Portal Group Content Search Parameters
Contains search parameters suitable for finding portal items that belong to a portal group. You can create an instance using one of the factory methods that are designed for particular types of searches, or you can use one of the constructors and specify a custom query string. A number of properties are also available to customize various aspects of the search.
A typical usage pattern is:
Create a new PortalGroupContentSearchParameters object using a factory method or constructor
Optionally set one or more of the properties
Use the object by passing it to PortalGroup.findItems()
Optionally call PortalGroupContentSearchResultSet.getNextSearchParameters() to get a new PortalGroupContentSearchParameters object that can be used to 'find' the next batch of results
Since
200.0.0
See also
Properties
An envelope specifying the bounding box for a spatial search.
An array of content category specifications to use when searching for items.
Indicates whether public items outside the organization may be included in the search results. Default is true.
The order of sorting. Default is PortalQuerySortOrder.Ascending.
The index from which the results should be returned. The index number is 1-based. You should use this for paginating the search results. Default is 1
.