Public Methods
Name | Description | |
---|---|---|
![]() |
CancelCheckout | Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it. Any changes made to the reservation object are lost. If the reservation object is an exclusive reservation (the object's property is set to ), the user must be the reservation owner (the reservation owner's name is the value of the reservation object's property) or have both and access rights. Note that this method is provided only as a convenience method for canceling a checkout; all it does is delete the reservation version held by the document or version series from which it is called. After a document's reservation object is deleted, the Content Engine performs the following steps on the reserved document version:
An error occurs if the document is not checked out or is a newly created object that has never been checked in. |
![]() |
Checkout | Creates a reservation object that can be modified and checked in as a new version of this document. The reservation object can be accessed from this document's property. You can either specify the type of checkout reservation (exclusive or collaborative) or use the default checkout reservation setting of the object store. To successfully check out a document, the following requirements must be met or an exception will be thrown:
After a successful call to
|
![]() |
MoveContent | Moves the content data of an object to a new storage area. |