-(AlfrescoRequest *) updatePropertiesOfNode:(AlfrescoNode *)node
properties:(NSDictionary *)properties aspects:(NSArray *)aspects
completionBlock:(AlfrescoNodeCompletionBlock)completionBlock - updates the
properties of the specified node, and applies the given aspects.
Parameters
- (AlfrescoNode *) node
- The node whose properties are to be updated.
- (NSDictionary *) properties
- The properties to be applied to the specified node.
- (NSArray *) aspects
- The aspects to apply to the 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 *)