You are here

addAspectsToNode:node:properties:aspects:completionBlock

-(AlfrescoRequest *) addAspectsToNode:(AlfrescoNode *)node aspects:(NSArray *)aspects completionBlock:(AlfrescoNodeCompletionBlock)completionBlock - add the specified aspects to the specified node.

Parameters

(AlfrescoNode *) node
The node whose properties are to be updated.
(NSArray *) aspects
The aspects to add 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 *)

Example