IChatServiceCloseNotification Method |
Closes (markes as read) specified notification. This can be used to close generic notifications like InvitationDeclined or InvitationAccepted.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax ChatGeneralResponse CloseNotification(
int notificationID
)
Parameters
- notificationID
- Type: SystemInt32
Notification ID
Return Value
Type:
ChatGeneralResponseGeneral response
See Also