PortalQueryResultSet<T> Class Members
In This Topic
The following tables list the members exposed by PortalQueryResultSet<T>.
Public Properties
| Name | Description |
| NextQueryParameters | Gets the query params for the next set of results based on the next start index. This is automatically generated if there are more results left to be retrieved. This will be null if there are no more results for the next page. |
| QueryParameters | Gets the query parameters used to make the search. |
| Results |
Gets the present results of the query.
|
| TotalResultsCount | Gets the total number of results irrespective of the paging. |
Top
See Also