PortalQueryResultSet

Represents the results of queries performed on a Portal.

Since

200.0.0

Parameters

The type of Portal object the query will return, either PortalItem or PortalGroup

Properties

Link copied to clipboard

the parameters for the next query, if any

Link copied to clipboard

the original query parameters used to generate these results

Link copied to clipboard
val results: List<T>

the results of the query. This is limited by the number in the results limit field of the PortalQueryParameters used to generate this query.

Link copied to clipboard
val totalResults: Int = 0

the total number of results irrespective of the paging