- (id)init - A default initializer for
SkyVaultListingContext.
Properties will be set to the following default values:
sortProperty | nil |
sortAscending | YES |
maxItems | 50 |
skipCount | 0 |
Parameters
- (int) maxItems
- The maximum number of items to retrieve in the listing context.
- (int) skipCount
- The number of items in the maximum possible result set to skip.
Returns
(id) - returns the initialized listing context.
Example
[listingContext initWithMaxItems:50 skipCount:0];