- (AlfrescoRequest *)retrieveAllMembersOfSite:(AlfrescoSite *)site
                listingContext:(AlfrescoListingContext *)listingContext
                completionBlock:(AlfrescoPagingResultCompletionBlock)completionBlock -
            Returns a paged list of all members for a site. 
        Parameters
- (AlfrescoSite *) site
 - The site object to return a list of members for.
 - (AlfrescoListingContext *) listingContext
 - The listing context with a paging definition that is used to retrieve the members.
 - (AlfrescoPagingResultCompletionBlock) completionBlock
 - The block that is called with the results on completion of the operation. The completion block has the format typedef void (^AlfrescoPagingResultCompletionBlock)(AlfrescoPagingResult *pagingResult, NSError *error).
 
Returns
(AlfrescoRequest *)
Example