- (AlfrescoRequest *)isFavorite:(AlfrescoNode *)node
completionBlock:(AlfrescoFavoritedCompletionBlock)completionBlock - Determines
whether the given node has been marked as a favorite by the current
user.
Parameters
- (AlfrescoNode *) node
- The node to check.
- (AlfrescoFavoritedCompletionBlock) completionBlock
- The block that is called on completion of the operation. The block has the format typedef void (^AlfrescoFavoritedCompletionBlock)(BOOL succeeded, BOOL isFavorited, NSError *error);.
Returns
(AlfrescoRequest *)