Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentFolderManager.GetSubFolders Method (Int32)

Queries the subfolders and their properties of a specified folder in the Knowledge Directory.

IObjectQuery GetSubFolders(
   int folderID
);

Parameters

folderID
is the parent folder ID.

Return Value

The subfolders and their properties.

Exceptions

Exception Type Condition
PortalException if the operation resulted in an error on the portal.
RemoteException if there is a communication problem during the execution of the remote method call.

See Also

IDocumentFolderManager Interface | Plumtree.Remote.PRC Namespace | IDocumentFolderManager.GetSubFolders Overload List