NotificationKind Enumeration |
Notification kind.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic enum NotificationKind
Public Enumeration NotificationKind
public enum class NotificationKind
Members| Member name | Value | Description |
|---|
| Annotation | 0 |
The annotation notification.
|
| Scheduled | 1 |
The scheduled notification.
|
| DataDriven | 2 |
The data driven notification.
|
| Correction | 3 |
The data correction notification.
|
See Also