Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentManager.GetTopLevelFolder Method 

Returns the top level folder for the given project.

IDocumentFolder GetTopLevelFolder(
   IProject project
);

Parameters

project
The project whose top-level folder is being requested. Cannot be null.

Return Value

An IDocumentFolder for the top-level folder in the given project or null if the user does not have access to the folder.

Exceptions

Exception Type Condition
InvalidOperationException The project has not yet been stored or has already been removed.
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