- (id)initWithMaxItems:(int)maxItems
skipCount:(int)skipCount - initialize listing context with the specified maximum
number of items and skip count.
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];