Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument.Store Method 

Store properties or meta-data of a document.

void Store();

Remarks

Can be used to edit properties of an existing document. To change the content of a document, use IDocumentManager.CheckInDocument.

Exceptions

Exception Type Condition
PermissionDeniedException The user does not have the permission to edit the document.
CollaborationException The method call resulted in an error.
SoapException There is a communication problem during the execution of the remote method call.
InvalidOperationException The document has not yet been inserted or has already been removed.

See Also

IDocument Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace