Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentFolder.Store Method 

Stores a document folder.

void Store();

Remarks

Any modifications made to the metadata of a document folder will not be stored permanently until this method is called.

Exceptions

Exception Type Condition
PermissionDeniedException The user does not have the permission to edit the folder.
CollaborationException The method call resulted in an error.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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