Click or drag to resize
ChatServiceCloseNotification 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: 12.0.0
Syntax
C#
public ChatGeneralResponse CloseNotification(
	int notificationID
)

Parameters

notificationID
Type: SystemInt32
Notification ID

Return Value

Type: ChatGeneralResponse
General response

Implements

IChatServiceCloseNotification(Int32)
See Also