Gets chat notifications.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- receiverID
- Type:
System.Int32
Chat user ID
- sinceWhen
- Type:
System.Nullable<
DateTime>
Sends since when (all if null).
- isRead
- Type:
System.Nullable<
Boolean>
Is read (or all if null).
- siteID
- Type:
System.Int32
Only notification assigned to this site will be returned
Return Value
Type:
List of notifications
See Also