Aqualogic Interaction API  
 

IPTSPortalCollection.Community Method 

Query that restricts to the set of things attached to a community. (can include items linked from the Community Knowledge Directory, and portlets used in the community). May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery. To restrict to particular object types, AND this query with a query returned by AdminDirectory(folderID, includeSubfolders, objTypes) or DocDirectory(folderID, includeSubfolders, objTypes).

IPTSQuery Community(
   int communityID
);

Parameters

communityID
ID of community to search

See Also

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