Click or drag to resize
ChatUserInfoProviderGetAnonymousChatUsersByNickname Method
Returns anonymous chat users with the specified nickname.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<ChatUserInfo> GetAnonymousChatUsersByNickname(
	string nickname
)

Parameters

nickname
Type: SystemString
Nickname of the user

Return Value

Type: IEnumerableChatUserInfo
See Also