content::item::content_type (public, deprecated)

 content::item::content_type -item_id item_id

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

Deprecated. Invoking this procedure generates a warning.

Switches:
-item_id
(required)
The item_id of the content item
Returns:
The content type of the item, or an empty string if no such item exists
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) content::item::get_content_type content::item::get_content_type (public) content::item::content_type content::item::content_type content::item::content_type->ad_log_deprecated content::item::content_type->content::item::get_content_type

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

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

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

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