DeliveryFrequency Enumeration |
The notification delivery frequency enumeration.
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 DeliveryFrequency
Public Enumeration DeliveryFrequency
public enum class DeliveryFrequency
Members
| Member name | Value | Description |
---|
| EveryTime | 0 |
The notification is delivered every time.
|
| OncePerDay | 1 |
The notification is delivered once per day.
|
| OncePerWeek | 2 |
The notification is delivered once per week.
|
| OncePerMonth | 3 |
The notification is delivered once per month.
|
See Also