-(AlfrescoRequest *) retrieveFoldersInFolder:(AlfrescoFolder *)folder
completionBlock:(AlfrescoArrayCompletionBlock)completionBlock - retrieves the
immediate child folders of the given folder.
Parameters
- (Folder *) folder
- The name of the folder from which to retrieve the child folders.
- (AlfrescoArrayCompletionBlock) completionBlock
- The block that is called with the folders on completion of the operation. The block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error).
Returns
(AlfrescoRequest *)