Click or drag to resize
ChatNotificationHelperCloseAllChatNotifications Method
Closes all current user's notifications (current user is receiver) which arrived before specified time.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void CloseAllChatNotifications(
	int receiverID,
	DateTime untilWhen
)

Parameters

receiverID
Type: SystemInt32
Receiver of notifications
untilWhen
Type: SystemDateTime
Notifications arrived before this time
See Also