You are here

unlikeNode:completionBlock

-(AlfrescoRequest *) unlikeNode:(AlfrescoNode *)node completionBlock:(AlfrescoBOOLCompletionBlock)completionBlock - decreases the like count for the specified node.

Parameters

(AlfrescoNode *) node
The node whose like count is to be decremented.
(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 *)

Example