You are here

retrieveNetworksWithCompletionBlock

- (AlfrescoRequest *)retrieveNetworksWithCompletionBlock:(AlfrescoArrayCompletionBlock) - Retrieves a list of networks the current user has access to.

Parameters

(AlfrescoArrayCompletionBlock) completionBlock
The completion block called on completion of the operation. The completion block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error).

Returns

(AlfrescoRequest *)

Example