content::type::set_default_template (public)
content::type::set_default_template -content_type content_type \ -template_id template_id [ use_context ]
Defined in packages/acs-content-repository/tcl/content-type-procs.tcl
- Switches:
- -content_type (required)
- -template_id (required)
- Parameters:
- use_context (optional, defaults to
"public"
)- Returns:
- 0
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [package_exec_plsql -var_list [list [list content_type $content_type ] [list template_id $template_id ] [list use_context $use_context ] ] content_type set_default_template]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-content-repository/tcl/content-type-procs.xql