content::template::get_path (public)
content::template::get_path -template_id template_id \ [ -root_folder_id root_folder_id ]
Defined in packages/acs-content-repository/tcl/content-template-procs.tcl
- Switches:
- -template_id (required)
- -root_folder_id (optional)
- Returns:
- "/" delimited path from root to supplied template_id
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [package_exec_plsql -var_list [list [list template_id $template_id ] [list root_folder_id $root_folder_id ] ] content_template get_path]XQL Not present: Generic, PostgreSQL, Oracle