| ChatNotificationHelperGetNotifications Method | 
            Gets notification belonging to specified user changed since since.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static ChatNotificationsData GetNotifications(
	Nullable<DateTime> since,
	int receiverID,
	int siteID
)
Parameters
- since
- Type: SystemNullableDateTime
 Notification changed (read or send) after this time will be returned. If null, all unread notifications will be returned.
- receiverID
- Type: SystemInt32
 Receiver
- siteID
- Type: SystemInt32
 Only notification assigned to this site will be returned
Return Value
Type: 
ChatNotificationsData See Also
See Also