AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItemManager.UndoCheckOutItem Method 

Puts a content item that is currently in the checked-out state into the non-checked-out state.

void UndoCheckOutItem(
   IContentItem contentItem
);

Parameters

contentItem
The content item whose check-out is being undone; cannot be null.

Remarks

All modifications to the checked out content item will be lost when the check-out is undone.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have permission to perform this operation.
ContentException The method call resulted in a Publisher exception.
SoapException There was a communication problem during the execution of the remote method call.
InvalidOperationException The item is not checked-out, has not been persisted, or has already been removed.

See Also

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