content::type::unregister_child_type (public)

 content::type::unregister_child_type -parent_type parent_type \
    -child_type child_type [ -relation_tag relation_tag ]

Defined in packages/acs-content-repository/tcl/content-type-procs.tcl

Switches:
-parent_type
(required)
-child_type
(required)
-relation_tag
(optional)
Returns:
0
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 package_exec_plsql package_exec_plsql (public) content::type::unregister_child_type content::type::unregister_child_type content::type::unregister_child_type->package_exec_plsql

Testcases:
No testcase defined.
Source code:
    return [package_exec_plsql -var_list [list  [list parent_type $parent_type ]  [list child_type $child_type ]  [list relation_tag $relation_tag ]  ] content_type unregister_child_type]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-content-repository/tcl/content-type-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: