NotificationEventCategory Enumeration |
Notification kind.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum NotificationEventCategory
Public Enumeration NotificationEventCategory
public enum class NotificationEventCategory
type NotificationEventCategory
Members
| Member name | Value | Description |
---|
| NotSet | 0 |
The event is not set.
|
| DataConditionTriggered | 1 |
Data driven notification triggered.
|
| AlertScheduled | 2 |
The notification scheduled an alert for delivery.
|
See Also