ChatUserInfoProviderGetAnonymousChatUsersByNickname Method |
Returns chat users with the specified nickname.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static IEnumerable<ChatUserInfo> GetAnonymousChatUsersByNickname(
string nickname
)
Parameters
- nickname
- Type: SystemString
Nickname of the user
Return Value
Type:
IEnumerableChatUserInfoSee Also