You are here

refreshNode:completionBlock

- (AlfrescoRequest *)refreshNode:(AlfrescoNode *)node completionBlock:(AlfrescoNodeCompletionBlock)completionBlock - Returns the latest (and complete) metadata for the provided node through the completionBlock.

Parameters

(AlfrescoNode *) node
The node to refresh.
(AlfrescoNodeCompletionBlock) completionBlock
The block that is called on completion of the operation with the refreshed node. The block has the format typedef void (^AlfrescoNodeCompletionBlock)(AlfrescoNode *node, NSError *error); .

Returns

(AlfrescoRequest *)

Example