Query that restricts to the portal's entire Knowledge Directory. May be passed into IPTSQueryRequest.restrictTo
, or used as a subquery of an IPTSBooleanQuery
.
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);
IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace