Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IContentItemManager.RemoveContentItem Method 

Deletes the IContentItem.

void RemoveContentItem(
   IContentItem contentItem
);

Parameters

contentItem
The content item to be deleted; cannot be null.

Remarks

Note: An item can be removed even if it is published. An InvalidOperationException will be thrown if remove is called on a checked out content item.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have permission to delete the item.
ContentException The method call resulted in a Publisher exception.
InvalidOperationException The content item is checked out.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IContentItemManager Interface | Plumtree.Remote.PRC.Content.Item Namespace