content::item::unpublish (public)
content::item::unpublish -item_id item_id \ [ -publish_status publish_status ]
Defined in packages/acs-content-repository/tcl/content-item-procs.tcl
Unpublish a content item.
- Switches:
- -item_id (required)
- The id of the content item
- -publish_status (optional, defaults to
"production"
)- The publish_status to put the item in after unpublishing it.
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- content_item_nested_structure
Source code: ::content::item::update -item_id $item_id -attributes [list [list publish_status $publish_status]]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