item::get_publish_status (public, deprecated)

 item::get_publish_status 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 publish status of the item, or the empty string on failure
See Also:
  • proc item::is_publishable

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc item::get_publish_status

  return [::content::item::get_publish_status -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: