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
Members
  Member nameValueDescription
Email0 Delivery a notification by email.
CreateFile1 Delivery a notification by creating a file.
ExtensionProvider2 Delivery a notification via an extension provider.
See Also