AquaLogic Interaction Development Kit (IDK) 6.0.0

IDocumentFolderManager.GetFolder Method (String)

Queries properties of the specified folder in the Knowledge Directory.

IObjectQueryRow GetFolder(
   string folderPath
);

Parameters

folderPath
The path to the folder on which to gather properties (for example, \Knowledge Directory\Unclassified Documents). Note: The slash must be escaped in C#.

Return Value

The folder's properties.

Exceptions

Exception Type Condition
ArgumentException The FolderPath does not start with a \.
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.GetFolder Overload List