ChatUserInfoProviderGetCountOfChatUsers Method |
Checks number of nickname usages. This method compares incasesensitive.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static int GetCountOfChatUsers(
string nickname,
bool includeAnonyms,
Nullable<int> excludeChatUserID
)
Parameters
- nickname
- Type: SystemString
Nickname to find - includeAnonyms
- Type: SystemBoolean
If set true, count of non-anonymous and anonymous users will be returned. If false, only non-anonymous user nicknames will be counted - excludeChatUserID
- Type: SystemNullableInt32
User with this ID won't be counted
Return Value
Type:
Int32Count
See Also