ArcGIS Runtime SDK for iOS: AGSPortalGroupContentSearchResultSet Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPortalGroupContentSearchResultSet Class Reference

Description

Results of a Group Content Search operation performed on a PortalGroup.

See also
- findItemsWithSearchParameters:completion: (AGSPortalGroup)
Since
100.7
Inheritance diagram for AGSPortalGroupContentSearchResultSet:

Properties

AGSPortalGroupContentSearchParametersnextSearchParameters
 
NSArray< AGSPortalItem * > * results
 
AGSPortalGroupContentSearchParameterssearchParameters
 
NSInteger totalResults
 

Property Documentation

◆ nextSearchParameters

- (AGSPortalGroupContentSearchParameters*) nextSearchParameters
readnonatomicstrong

Search parameters that can be used to fetch the next set of results This is automatically generated if there are more results to be retrieved, or it will be null if no more items are available. Pass it to a further call to findItemsWithSearchParameters:completion: (AGSPortalGroup) to fetch the next set of results.

Since
100.7

◆ results

- (NSArray<AGSPortalItem *>*) results
readnonatomiccopy

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

Since
100.7

◆ searchParameters

- (AGSPortalGroupContentSearchParameters*) searchParameters
readnonatomicstrong

The search parameters used to generate these results

Since
100.7

◆ totalResults

- (NSInteger) totalResults
readnonatomicassign

The total number of results irrespective of the paging

Since
100.7