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