Click or drag to resize
ChatOnlineSupportInfoProviderGetOnlineSupportByToken Method
Gets online supporter by token. Returns null if user with this token is not found or is not online.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatOnlineSupportInfo GetOnlineSupportByToken(
	string token,
	int siteID
)

Parameters

token
Type: SystemString
Login token
siteID
Type: SystemInt32
Users on this site will be searched

Return Value

Type: ChatOnlineSupportInfo
See Also