Click or drag to resize
ChatNotificationHelperMarkAsReadChatNotification Method
Closes (marks as read) the passed notification unless it is already read.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static void MarkAsReadChatNotification(
	ChatNotificationInfo chatNotification
)

Parameters

chatNotification
Type: CMS.ChatChatNotificationInfo
Chat notification to close.
See Also