WebCenter Interaction API  
 

IPTSPortalCollection.DocDirectory Method

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

Overload List

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

IPTSQuery DocDirectory();

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,bool,string[]);

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

IPTSQuery DocDirectory(string);

See Also

IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace