content::type::unregister_relation_type (public)

 content::type::unregister_relation_type -content_type content_type \
    -target_type target_type [ -relation_tag relation_tag ]

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

Switches:
-content_type
(required)
-target_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_relation_type content::type::unregister_relation_type content::type::unregister_relation_type->package_exec_plsql

Testcases:
No testcase defined.
Source code:
    return [package_exec_plsql -var_list [list  [list content_type $content_type ]  [list target_type $target_type ]  [list relation_tag $relation_tag ]  ] content_type unregister_relation_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: