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