-(AlfrescoRequest *) updatePropertiesOfNode:(AlfrescoNode *)node
        properties:(NSDictionary *)properties
        completionBlock:(AlfrescoNodeCompletionBlock)completionBlock - updates the
      properties of the specified node.
    Parameters
- (AlfrescoNode *) node
 - The node whose properties are to be updated.
 - (NSDictionary *) properties
 - The properties to be applied to the specified node.
 - (AlfrescoNodeCompletionBlock) completionBlock
 - The block that is called with the folder on completion of the operation. The block has the format typedef void (^AlfrescoNodeCompletionBlock)(AlfrescoNode *node, NSError *error).
 
Returns
(AlfrescoRequest *)
Example