Click or drag to resize
ChatUserInfoProvider.GetAnonymousChatUsersByNickname 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: System.String
Nickname of the user

Return Value

Type: IEnumerable<ChatUserInfo>
See Also