Click or drag to resize
ChatOnlineSupportInfoProviderGetAllOnlineSupporters Method
Gets dictionary (ChatUserID => ChatOnlineSupportInfo) with all online supporters from DB.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static Dictionary<int, ChatOnlineSupportInfo> GetAllOnlineSupporters(
	int siteID
)

Parameters

siteID
Type: SystemInt32
Supporters online on this site will be returned

Return Value

Type: DictionaryInt32, ChatOnlineSupportInfo
See Also