-(AlfrescoRequest *)
retrieveRootFolderWithCompletionBlock:(AlfrescoFolderCompletionBlock)completionBlock
- retrieves the root folder of the repository.
Parameters
- (AlfrescoFolderCompletionBlock) completionBlock
- The block that is called with the folder on completion of the operation. The block has the format typedef void (^AlfrescoFolderCompletionBlock)(AlfrescoFolder *folder, NSError *error).
Returns
(AlfrescoRequest *)