Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.RemoveDocumentFolder Method 

Deletes the folder.

void RemoveDocumentFolder(
   IDocumentFolder folder
);

Parameters

folder
Folder to be deleted. Cannot be null.

Exceptions

Exception Type Condition
PermissionDeniedException The user does not have permission to delete the folder.
CollaborationException The method call resulted in an error, the object does not exist or the user does not have access to it.
SoapException There is a communication problem during the execution of the remote method call.

See Also

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