Click or drag to resize
IChatServiceCloseNotification Method
Closes (markes as read) specified notification. This can be used to close generic notifications like InvitationDeclined or InvitationAccepted.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse CloseNotification(
	int notificationID
)

Parameters

notificationID
Type: SystemInt32
Notification ID

Return Value

Type: ChatGeneralResponse
General response
See Also