WebCenter Interaction API  
 

IPTAdminCatalog.CreateAdminFolder Method 

Creates a new regular admin folder in a given parent folder. User needs create Admin Folder activity right and Edit access on the parent folder.

IPTAdminFolder CreateAdminFolder(
   int lParentFolderID,
   int lFolderType
);

Parameters

lParentFolderID
folder id of the new folder
lFolderType

Return Value

IPTAdminFolder of the new folder

See Also

IPTAdminCatalog Interface | com.plumtree.server Namespace