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. Regardless of whether the reservation object is an exclusive or a collaborative reservation, the user must also have appropriate access rights on the reservation object ( or ) to cancel the checkout.
After a successful call to
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. |