SiteOnlineUsersGetNotifications Method |
Gets new notifications for user.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax public ChatNotificationsData GetNotifications(
int chatUserID,
Nullable<DateTime> sinceWhen
)
Parameters
- chatUserID
- Type: SystemInt32
Chat user ID - sinceWhen
- Type: SystemNullableDateTime
Notification changed (read or send) after this time will be returned. If null, all unread notifications will be returned.
Return Value
Type:
ChatNotificationsDataSee Also