Click or drag to resize
ChatScriptHelperRegisterChatSupportManager Method
Registers ChatSupportManager and support scripts.

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void RegisterChatSupportManager(
	Page page
)

Parameters

page
Type: System.Web.UIPage
AbstractCMSPage. Script tag will be inserted to ScriptManager on this page.
See Also