content::item::get_title (public)
content::item::get_title -item_id item_id [ -is_live is_live ]
Defined in packages/acs-content-repository/tcl/content-item-procs.tcl
Get the title for the item. If a live revision for the item exists, use the live revision. Otherwise, use the latest revision.
- Switches:
- -item_id (required)
- The item_id of the content item
- -is_live (optional, defaults to
"f"
)- If true, return the title of the live revision, otherwise the one of the latest revision (default). Boolean, 't' or 'f'.
- Returns:
- The title of the item
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.