Click or drag to resize
ChatOnlineSupportInfoProviderEnterSupport Method
Inserts user into table Chat_OnlineSupport. If user is already logged into support, it returns existing token. Otherwise it generates new token and returns it.

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

Parameters

siteID
Type: SystemInt32
User will be logged into support on this site
chatUserID
Type: SystemInt32
User to enter support

Return Value

Type: String
Login token which should be stored in cookies
See Also