PortalGroupContentSearchParameters

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:

Since

200.0.0

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An envelope specifying the bounding box for a spatial search.

Link copied to clipboard

An array of content category specifications to use when searching for items.

Link copied to clipboard
var limit: Int
Link copied to clipboard

The query string to use.

Link copied to clipboard

Indicates whether public items outside the organization may be included in the search results. Default is true.

Link copied to clipboard

A string containing one or more fields names, comma separated, specifying the field(s) to sort the results by.

Link copied to clipboard

The order of sorting. Default is PortalQuerySortOrder.Ascending.

Link copied to clipboard

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.