Click or drag to resize
OnlineSupportOnlineSupporters Property
Dictionary of chat users who are online on support. Dictionary is indexed by chat user ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public Dictionary<int, ChatOnlineSupportInfo> OnlineSupporters { get; }

Property Value

Type: DictionaryInt32, ChatOnlineSupportInfo
See Also