WebCenter Interaction API  
 

IPTSCollabCollection.Project Method (Int32, String[])

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

IPTSQuery Project(
   int projectID,
   string[] objTypes
);

Parameters

projectID
ID of project to search.
objTypes
Types (from PTSConstants.TYPES_COLLAB_*) to search for.

See Also

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