item::get_url (public, deprecated)
item::get_url [ -root_folder_id root_folder_id ] item_id
Defined in packages/acs-content-repository/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
- Switches:
- -root_folder_id (optional, defaults to
"null")- Starts path resolution from this folder. Defaults to the root of the sitemap (when null).
- Parameters:
- item_id (required)
- The item id
- Returns:
- The relative URL to the item, or an empty string on failure
- See Also:
- proc item::get_extended_url
- content::item::get_virtual_path
- Testcases:
- No testcase defined.