Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.GetDocumentFolder Method 

Returns an IDocumentFolder for the specified ID, or null if there is no document folder with the given ID.

IDocumentFolder GetDocumentFolder(
   int folderID
);

Parameters

folderID
The document folder ID. The ID of a document folder can be obtained using the ID property on the IDocumentFolder interface. Must be positive.

Return Value

An IDocumentFolder with the specified ID or null if the document folder does not exist or the user does not have access to it.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
SoapException There is a communication problem during the execution of the remote method call.

See Also

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