item::delete (public, deprecated)

 item::delete -item_id item_id

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

Deprecated. Invoking this procedure generates a warning.

Delete a content item from the database. If the content item to delete has children content items referencing its parent via acs_objects.context_id then this proc will fail.

Switches:
-item_id (required)
Author:
Peter Marklund
See Also:

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