| 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: 10.0.0
 Syntax
SyntaxChatGeneralResponse CloseNotification(
	int notificationID
)
Parameters
- notificationID
- Type: SystemInt32
 Notification ID
Return Value
Type: 
ChatGeneralResponseGeneral response
 See Also
See Also