| SiteOnlineUsersGetNotifications Method | 
            Gets new notifications for user.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also