You are here

retrieveFavoriteNodesWithCompletionBlock:completionBlock

- (AlfrescoRequest *)retrieveFavoriteNodesWithCompletionBlock: (AlfrescoArrayCompletionBlock)completionBlock - Returns a list of the current user's favorite nodes 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 nodes. The block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error);.

Returns

(AlfrescoRequest *)

Example