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

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static void RegisterChatNotificationManager(
	Page page
)

Parameters

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