ChatNotificationHelper GetNotifications Method Kentico 8.1 API Reference
Gets notification belonging to specified user changed since since.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

since
Type: OnlineSystem Nullable OnlineDateTime 
Notification changed (read or send) after this time will be returned. If null, all unread notifications will be returned.
receiverID
Type: OnlineSystem Int32
Receiver
siteID
Type: OnlineSystem Int32
Only notification assigned to this site will be returned

Return Value

Type: ChatNotificationsData
See Also