WebCenter Interaction API  
 

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

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

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

Parameters

folderID
ID of folder to be searched.
includeSubfolders
Whether to also search subfolders of folderID.
objTypes
Types (PTSConstants.TYPE_KD_DOCUMENTS and/or PTSConstants.TYPE_KD_FOLDERS) to search for

See Also

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