Aqualogic Interaction API  
 

IPTSiteMapFolder.QuerySubfolders Method 

Query for all the child folders inside this folder and if the boolean is true, get all the children's children as well. Only folder that the current user has at least read access to will be returned.

IPTQueryResult QuerySubfolders(
   bool bGetSubSub
);

Parameters

bGetSubSub
- boolean to determine if only children should be returned or grandchildren should be returned as well.

Return Value

IPTQueryResult - query result of folder with the following PROPIDS: PT_PROPID_ACCESSLEVEL PT_PROPID_OBJECTID PT_PROPID_NAME PT_PROPID_DESCRIPTION PT_PROPID_ISLOCALIZED PT_PROPID_FOLDER_PARENTFOLDERID PT_PROPID_FOLDER_LEVEL PT_PROPID_SITEMAP_GID

See Also

IPTSiteMapFolder Interface | com.plumtree.server Namespace