NotificationDeliveryKind Enumeration |
Specifies how a notification will be delivered.
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 NotificationDeliveryKind
Public Enumeration NotificationDeliveryKind
public enum class NotificationDeliveryKind
type NotificationDeliveryKind
Members
| Member name | Value | Description |
---|
| Email | 0 |
Delivery a notification by email.
|
| CreateFile | 1 |
Delivery a notification by creating a file.
|
| ExtensionProvider | 2 |
Delivery a notification via an extension provider.
|
See Also