SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
FindUsersRequest Class Reference

#import <FindUsersRequest.h>

Inherits BaseRequest.

Instance Methods

(id) - initWithExpr:target:limit:
 

Class Methods

(id) + requestWithExpr:target:limit:
 
(id) + requestWithExpr:
 

Protected Attributes

MatchExpression_matchExpr
 
id _target
 
NSInteger _limit
 

Detailed Description

Search Users in the system by matching their variables and properties against a <MatchExpression>

Method Documentation

◆ requestWithExpr:target:limit:

+ (id) requestWithExpr: (MatchExpression *)  expr
target: (id)  target
limit: (NSInteger)  limit 
Parameters
exprthe match expression
targetit can be a Room or String (the Group Id), if null the search will done in the whole Zone (default)
limitthe number of results wanted. Zero means no limit, we will get all results (default)
See also
[ISFSEvent onUserFindResult:]
UserProperties
MatchExpression