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):
%3 package_exec_plsql package_exec_plsql (public) content::template::get_path content::template::get_path content::template::get_path->package_exec_plsql

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
[ hide source ] | [ make this the default ]
Show another procedure: