Click or drag to resize
SiteOnlineUsersGetNotifications Method
Gets new notifications for user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
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: ChatNotificationsData
See Also