Click or drag to resize
ChatNotificationInfoProviderSetChatNotificationInfoInternal Method
Sets (updates or inserts) specified chat notification.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetChatNotificationInfoInternal(
	ChatNotificationInfo notificationObj
)

Parameters

notificationObj
Type: CMS.ChatChatNotificationInfo
Chat notification to be set.
See Also