Aqualogic Interaction API  
 

IPTCatalog.CreateFolder Method 

Creates a document folder. The user must have folder creation activity rights (permission to create folders) and edit access privilege (permission to modify folders) for the parent folder.

IPTFolder CreateFolder(
   int lParentFolderID
);

Parameters

lParentFolderID
parent folder ID.

Return Value

IPTFolder of the newly created folder

See Also

IPTCatalog Interface | com.plumtree.server Namespace