CMISPagedResult Class Reference
Inherits from | NSObject |
Declared in | CMISPagedResult.h |
Overview
The result of executing an operation which has potentially more results than returned in once.
Class Methods
pagedResultUsingFetchBlock:andLimitToMaxItems:andStartFromSkipCount:completionBlock:
+ (void)pagedResultUsingFetchBlock:(CMISFetchNextPageBlock)fetchNextPageBlock andLimitToMaxItems:(NSInteger)maxItems andStartFromSkipCount:(NSInteger)skipCount completionBlock:(void ( ^ ) ( CMISPagedResult *result , NSError *error ))completionBlock