AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem.CheckedOutUserID Property

Gets the ID of the user who has the item checked out.

int CheckedOutUserID {get;}

Property Value

An integer value indicating the ID of the user who has the item checked out.

Exceptions

Exception Type Condition
InvalidOperationException The item has not been persisted, has been removed, or is not checked out.

See Also

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