Aqualogic Interaction API  
 

IPTSiteMapFolder.QuerySubfoldersRecursive Method 

Query for all the folders beneath this folder in the tree. This does not check for security, but only returns object ids in the query result, so it is not a security hole. This function is used within the API by IPTSiteMapFolderManager.RecursiveDelete().

IPTQueryResult QuerySubfoldersRecursive();

Return Value

IPTQueryResult - query result of folders with the following PROPIDS: PT_PROPID_OBJECTID

See Also

IPTSiteMapFolder Interface | com.plumtree.server Namespace