Sendbird Chat SDK for .NET
SbApplicationUserListQueryParams

Params for creating a SbApplicationUserListQuery object. More...

Public Member Functions

void SetMetaDataFilter (string inKey, List< string > inValues)
 Sets meta data filter. More...
 

Properties

List< string > UserIdsFilter [get, set]
 User IDs filter. User list containing the passed User IDs will be returned. More...
 
string NicknameStartsWithFilter [get, set]
 A filter to return users whose nicknames start with the specified string. More...
 
int Limit = SendbirdChatMainContext.QUERY_DEFAULT_LIMIT [get, set]
 The maximum number of items per queried page. More...
 
string MetaDataKeyFilter [get]
 The meta data key filter. This query will return users that has the meta data key and values. More...
 
List< string > MetaDataValuesFilter [get]
 The meta data values filter. This query will return users that has the meta data key and values. More...
 

Detailed Description

Params for creating a SbApplicationUserListQuery object.

Since
4.0.0

Member Function Documentation

◆ SetMetaDataFilter()

void SetMetaDataFilter ( string  inKey,
List< string >  inValues 
)

Sets meta data filter.

Parameters
inKeyThe key of the meta data to use for filter.
inValuesThe values of the meta data to use for filter.
Since
4.0.0

Property Documentation

◆ Limit

int Limit = SendbirdChatMainContext.QUERY_DEFAULT_LIMIT
getset

The maximum number of items per queried page.

Since
4.0.0

◆ MetaDataKeyFilter

string MetaDataKeyFilter
get

The meta data key filter. This query will return users that has the meta data key and values.

Since
4.0.0

◆ MetaDataValuesFilter

List<string> MetaDataValuesFilter
get

The meta data values filter. This query will return users that has the meta data key and values.

Since
4.0.0

◆ NicknameStartsWithFilter

string NicknameStartsWithFilter
getset

A filter to return users whose nicknames start with the specified string.

Since
4.0.0

◆ UserIdsFilter

List<string> UserIdsFilter
getset

User IDs filter. User list containing the passed User IDs will be returned.

Since
4.0.0