WebCenter Interaction API  
 

IPTSPortalCollection.AdminDirectory Method (Int32, Boolean, String[])

Query that restricts to a subtree of the portal's admin directory. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.

IPTSQuery AdminDirectory(
   int folderID,
   bool includeSubfolders,
   string[] objTypes
);

Parameters

folderID
ID of folder to be searched.
includeSubfolders
Whether to also search subfolders of folderID.
objTypes
Object types to be returned from the query. Must be object types from PTSConstants.TYPE_* that can be stored in the Admin Directory (any portal type other than KD_DOCUMENTS and KD_FOLDERS); if not an exception is thrown. If null, any type is returned. May not be an empty array.

See Also

IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace | IPTSPortalCollection.AdminDirectory Overload List