item::get_type (public, deprecated)

 item::get_type item_id

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

Deprecated. Invoking this procedure generates a warning.

Returns the content type of the specified item, or empty string if the item_id is invalid

Parameters:
item_id (required)
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc item::get_type
  return [::content::item::get_content_type -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: