-(AlfrescoRequest *) isNodeLiked:(AlfrescoNode *)node
completionBlock:(AlfrescoLikedCompletionBlock)completionBlock - determines if the
user has liked this node.
Parameters
- (AlfrescoNode *) node
- The node which will be checked to determine if the user has liked it.
- (AlfrescoLikedCompletionBlock) completionBlock
- The block that is called on completion of the operation. The block has the format typedef void (^AlfrescoLikedCompletionBlock)(BOOL succeeded, BOOL isLiked, NSError *error).
Returns
(AlfrescoRequest *)