Click or drag to resize
ChatScriptHelperRegisterChatNotificationManagerInternal Method
Registers Chat sound manager used for playing sound notifications.

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected virtual void RegisterChatNotificationManagerInternal(
	Page page
)

Parameters

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