-(AlfrescoRequest *) likeNode:(AlfrescoNode *)node
completionBlock:(AlfrescoBOOLCompletionBlock)completionBlock - increases the like
count for the specified node.
Parameters
- (AlfrescoNode *) node
- The node whose like count is to be incremented.
- (AlfrescoBOOLCompletionBlock) completionBlock
- The block that is called on completion of the operation. The completion block has the format typedef void (^AlfrescoBOOLCompletionBlock)(BOOL succeeded, NSError *error).
Returns
(AlfrescoRequest *)