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 objType
);

Parameters

objType
A single object type to be returned from the query. Must be an object type 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.

See Also

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