WebCenter Interaction API  
 

IPTSPortalCollection.AdminDirectory Method (String[])

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

IPTSQuery AdminDirectory(
   string[] objTypes
);

Parameters

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