-(AlfrescoRequest *) retrieveChildrenInFolder:(AlfrescoFolder
*)folder listingContext:(AlfrescoListingContext *)listingContext
completionBlock:(AlfrescoPagingResultCompletionBlock)completionBlock - retrieves
the immediate child nodes of the given folder with a listing context.
Parameters
- (Folder *) folder
- The name of the folder from which to retrieve the children.
- (AlfrescoListingContext *) listingContext
- The listing context with a paging definition that is used to retrieve the children.
- (AlfrescoPagingResultCompletionBlock) completionBlock
- The block that is called with the result on completion of the operation. The completion block has the format typedef void (^AlfrescoPagingResultCompletionBlock)(AlfrescoPagingResult *pagingResult, NSError *error).
Returns
(AlfrescoRequest *)