You are here

retrieveChildrenInFolder:completionBlock

-(AlfrescoRequest *) retrieveChildrenInFolder:(AlfrescoFolder *)folder completionBlock:(AlfrescoArrayCompletionBlock)completionBlock - retrieves the immediate child nodes of the given folder.

Parameters

(Folder *) folder
The name of the folder from which to retrieve the children.
(AlfrescoArrayCompletionBlock) completionBlock
The block that is called with the children on completion of the operation. The completion block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error).

Returns

(AlfrescoRequest *)

Example