content::type::get_template (public)

 content::type::get_template -content_type content_type \
    [ -use_context use_context ]

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

Switches:
-content_type
(required)
-use_context
(defaults to "public") (optional)
Returns:
template_id

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

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