You are here

searchMembersOfSite:site:keywords:listingContext:completionBlock

- (AlfrescoRequest *)searchMembersOfSite:(AlfrescoSite *)site keywords:(NSString *)keywords listingContext:(AlfrescoListingContext *)listingContext completionBlock:(AlfrescoPagingResultCompletionBlock)completionBlock - Returns a paged list of members of a site that match the provided keywords.

Parameters

(AlfrescoSite *) site
The site object to return a list of members for.
(NSString *) keywords
The space delimited list of keywords.
(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