SiteOnlineUsers GetNotifications Method Kentico 8.0 API Reference
Gets new notifications for user.

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

Parameters

chatUserID
Type: OnlineSystem Int32
Chat user ID
sinceWhen
Type: OnlineSystem Nullable OnlineDateTime 
Notification changed (read or send) after this time will be returned. If null, all unread notifications will be returned.

Return Value

Type: ChatNotificationsData
See Also