ChatNotificationHelperMarkAsReadChatNotification Method |
Closes (marks as read) the passed notification unless it is already read.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static void MarkAsReadChatNotification(
ChatNotificationInfo chatNotification
)
Parameters
- chatNotification
- Type: CMS.ChatChatNotificationInfo
Chat notification to close.
See Also