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

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

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