Aqualogic Interaction API  
 

IPTSiteMapFolder.CreateSubfolder Method 

Create a new folder that will be a child of the current folder. User must have edit access to the current folder.

IPTSiteMapFolder CreateSubfolder(
   string strName,
   string strDesc
);

Parameters

strName
- name of the new folder
strDesc
- description of the new folder

Return Value

IPTSiteMapFolder - new folder object of the child that gets created

See Also

IPTSiteMapFolder Interface | com.plumtree.server Namespace