| ChatNotificationHelperCloseAllChatNotifications Method | 
            Closes all current user's notifications (current user is receiver) which arrived before specified time.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void CloseAllChatNotifications(
	int receiverID,
	DateTime untilWhen
)
Parameters
- receiverID
- Type: SystemInt32
 Receiver of notifications
- untilWhen
- Type: SystemDateTime
 Notifications arrived before this time
 See Also
See Also