content::item::get_path (public)

 content::item::get_path -item_id item_id \
    [ -root_folder_id root_folder_id ]

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

Switches:
-item_id (required)
-root_folder_id (optional)
Returns:
VARCHAR2

Testcases:
content_item_nested_structure
Source code:
    return [package_exec_plsql -var_list [list  [list item_id $item_id ]  [list root_folder_id $root_folder_id ]  ] content_item get_path]
Generic XQL file:
packages/acs-content-repository/tcl/content-item-procs.xql

PostgreSQL XQL file:
packages/acs-content-repository/tcl/content-item-procs-postgresql.xql

Oracle XQL file:
packages/acs-content-repository/tcl/content-item-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: