PortalGroupContentSearchResultSet

data class PortalGroupContentSearchResultSet(val searchParameters: PortalGroupContentSearchParameters, val nextSearchParameters: PortalGroupContentSearchParameters? = null, val totalResults: Int = 0, val results: List<PortalItem> = listOf())

Represents the results of a Group Content Search operation performed on a PortalGroup.

Since

200.0.0

See also

Constructors

Link copied to clipboard
constructor(searchParameters: PortalGroupContentSearchParameters, nextSearchParameters: PortalGroupContentSearchParameters? = null, totalResults: Int = 0, results: List<PortalItem> = listOf())

Properties

Link copied to clipboard

search parameters that can be used to fetch the next set of results. This is automatically generated parameters to to fetch the next set of results if there are more results to be retrieved, or it will be null if no more items are available.

Link copied to clipboard

the present results of the search. These are limited by the value of PortalGroupContentSearchParameters.limit in the parameters used to generate these results.

Link copied to clipboard

the original search parameters used to generate these results

Link copied to clipboard
val totalResults: Int = 0

the total number of results irrespective of the paging