Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocument.Store Method 

Stores properties or metadata 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 was 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