-(AlfrescoRequest *) retrieveNodeWithFolderPath:(NSString *)path
completionBlock:(AlfrescoNodeCompletionBlock)completionBlock - retrieves the node
object stored at the specified path.
Parameters
- (NSString *) path
- The path from which to retrieve the node.
- (AlfrescoNodeCompletionBlock) completionBlock
- The block that is called with the node on completion of the operation. The completion block has the format typedef void (^AlfrescoNodeCompletionBlock)(AlfrescoNode *node, NSError *error).
Returns
(AlfrescoRequest *)