item::get_title (public, deprecated)

 item::get_title item_id

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

Deprecated. Invoking this procedure generates a warning.

Parameters:
item_id (required)
The item id
Returns:
The title of the item
See Also:

Partial Call Graph (max 5 caller/called nodes):
ad_log_deprecated ad_log_deprecated (public) content::item::get_title content::item::get_title (public) item::get_title item::get_title item::get_title->ad_log_deprecated item::get_title->content::item::get_title

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc item::get_title
    return [::content::item::get_title -item_id $item_id]
Generic XQL file:
packages/acs-content-repository/tcl/deprecated-procs.xql

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

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

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