You are here

retrieveFavoriteDocumentsWithCompletionBlock:completionBlock

- (AlfrescoRequest *)retrieveFavoriteDocumentsWithCompletionBlock: (AlfrescoArrayCompletionBlock)completionBlock - Returns a list of the current user's favorite documents through the completionBlock. This method was added in SDK version 1.3.

Parameters

(AlfrescoArrayCompletionBlock) completionBlock
The block that is called on completion of the operation with an array of favorite documents. The block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error);.

Returns

(AlfrescoRequest *)

Example