Aqualogic Interaction API  
 

IPTCatalog.OpenFolderByPath Method 

Retrieves a document folder. To lock an object, the user needs at least edit access privilege (permission to modify folders) for the document folder.

IPTFolder OpenFolderByPath(
   string bstrFolderPath,
   bool bLockOnOpen
);

Parameters

bstrFolderPath
path of the document folder.
bLockOnOpen
if true, locks the document.

Return Value

IPTFolder of the document folder being opened

See Also

IPTCatalog Interface | com.plumtree.server Namespace