You are here

retrievePermissionsOfNode:completionBlock

-(AlfrescoRequest *) retrievePermissionsOfNode:(AlfrescoNode *)node completionBlock:(AlfrescoPermissionsCompletionBlock)completionBlock - retrieves the permissions of the specified node.

Parameters

(AlfrescoNode *) node
The node to retrieve the permissions of.
(AlfrescoPermissionsCompletionBlock) completionBlock
The block that is called with the permissions on completion of the operation. The completion block has the format typedef void (^AlfrescoPermissionsCompletionBlock)(AlfrescoPermissions *permissions, NSError *error).

Returns

(AlfrescoRequest *)

Example