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: 8.2.23
Syntax 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