WebCenter Interaction API  
 

IPTSCollabCollection.CollabServer Method (String[])

Query that restricts to certain Collab object types within any Collab project. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.

IPTSQuery CollabServer(
   string[] objTypes
);

Parameters

objTypes
Types (from PTSConstants.TYPES_COLLAB_*) to search for.

See Also

IPTSCollabCollection Interface | com.plumtree.server.search.ptapps Namespace | IPTSCollabCollection.CollabServer Overload List