ChatOnlineSupportInfoProviderGetOnlineSupportByToken Method |
Gets online supporter by token. Returns null if user with this token is not found or is not online.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
ChatOnlineSupportInfoSee Also