-(AlfrescoRequest *) retrieveCheckedOutDocumentsWithCompletionBlock:
completionBlock:(AlfrescoArrayCompletionBlock)completionBlock - retrieves a list of
documents the authenticated user has checked out.
Parameters
- (AlfrescoArrayCompletionBlock) completionBlock
- The block that is called on completion of the operation. The completion block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error).
Returns
(AlfrescoRequest *)