Sendbird Chat SDK for .NET
SbOpenChannelListQueryParams

Params for creating a OpenChannelListQuery object. More...

Properties

string NameKeyword = null [get, set]
 Search keyword for channel name. If this is set, SbOpenChannelListQuery.LoadNextPage will return the list of OpenChannels of which name matches the specified name. More...
 
string UrlKeyword = null [get, set]
 Search keyword for channel URL. If this is set, OpenChannelListQuery.LoadNextPage will return the list of OpenChannels of which URL matches the specified URL. More...
 
string CustomTypeFilter = null [get, set]
 A filter to return only channels with the specified customType. More...
 
bool IncludeFrozen [get, set]
 Indicate whether to include frozen channels or not. This flag is true by default. More...
 
bool IncludeMetadata [get, set]
 Indicate whether to include channel metadata on fetch. This flag is true by default. More...
 
int Limit = SendbirdChatMainContext.QUERY_DEFAULT_LIMIT [get, set]
 The maximum number of items per queried page. More...
 

Detailed Description

Params for creating a OpenChannelListQuery object.

Since
4.0.0

Property Documentation

◆ CustomTypeFilter

string CustomTypeFilter = null
getset

A filter to return only channels with the specified customType.

Since
4.0.0

◆ IncludeFrozen

bool IncludeFrozen
getset

Indicate whether to include frozen channels or not. This flag is true by default.

Since
4.0.0

◆ IncludeMetadata

bool IncludeMetadata
getset

Indicate whether to include channel metadata on fetch. This flag is true by default.

Since
4.0.0

◆ Limit

int Limit = SendbirdChatMainContext.QUERY_DEFAULT_LIMIT
getset

The maximum number of items per queried page.

Since
4.0.0

◆ NameKeyword

string NameKeyword = null
getset

Search keyword for channel name. If this is set, SbOpenChannelListQuery.LoadNextPage will return the list of OpenChannels of which name matches the specified name.

Since
4.0.0

◆ UrlKeyword

string UrlKeyword = null
getset

Search keyword for channel URL. If this is set, OpenChannelListQuery.LoadNextPage will return the list of OpenChannels of which URL matches the specified URL.

Since
4.0.0