You are here

retrieveNodeWithFolderPath:relativeToFolder:completionBlock

-(AlfrescoRequest *) retrieveNodeWithFolderPath:(NSString *)path relativeToFolder:(AlfrescoFolder *)folder completionBlock:(AlfrescoNodeCompletionBlock)completionBlock - retrieves the node object stored at the specified path relative to the specified folder.

Parameters

(NSString *) path
The path from which to retrieve the node.
(AlfrescoFolder *) folder
The folder the path is specified relative to.
(AlfrescoNodeCompletionBlock) completionBlock
The block that is called with the node on completion of the operation. The block has the format typedef void (^AlfrescoNodeCompletionBlock)(AlfrescoNode *node, NSError *error).

Returns

(AlfrescoRequest *)

Example