ChatNotificationInfoProvider GetChatNotifications Method (Int32, Nullable DateTime , Nullable Boolean , Int32)Kentico 8.0 API Reference
Gets chat notifications.

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

Parameters

receiverID
Type: OnlineSystem Int32
Chat user ID
sinceWhen
Type: OnlineSystem Nullable OnlineDateTime 
Sends since when (all if null).
isRead
Type: OnlineSystem Nullable OnlineBoolean 
Is read (or all if null).
siteID
Type: OnlineSystem Int32
Only notification assigned to this site will be returned

Return Value

Type: OnlineIEnumerable ChatNotificationData 
List of notifications
See Also