Checks number of nickname usages. This method compares incasesensitive.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- nickname
- Type: System String
Nickname to find
- includeAnonyms
- Type: System Boolean
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: System Nullable Int32
User with this ID won't be counted
Return Value
Type: Int32Count
See Also