item::get_template_id (public, deprecated)

 item::get_template_id item_id [ context ]

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

Deprecated. Invoking this procedure generates a warning.

Parameters:
item_id (required)
The item id
context (optional, defaults to "public")
{default 'public'} The context in which the template will be used.
Returns:
The template_id of the template which can be used to render the item, or an empty string on failure
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc item::get_template_id
  return [::content::item::get_template -item_id $item_id -use_context $context]
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: