Oracle® WebCenter Interaction Development Kit 10.3.3.0.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
The parent folder ID.

Return Value

The subfolders and their properties.

Exceptions

Exception Type Condition
PortalException The operation resulted in an error in the portal.
RemoteException There was a communication problem during the execution of the remote method call.

See Also

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