Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentFolderManager.GetFolder Method (String)

Queries properties of the specified folder in the Knowledge Directory.

IObjectQueryRow GetFolder(
   string folderPath
);

Parameters

folderPath
is the path to the folder to gather properties on. For example, \Knowledge Directory\Unclassified Documents. Note that the slash must be escaped in C#

Return Value

The folder's properties.

Exceptions

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