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.2.0.1000)
Syntax
public enum DeliveryFrequency
Members
  Member nameValueDescription
EveryTime0 The notification is delivered every time.
OncePerDay1 The notification is delivered once per day.
OncePerWeek2 The notification is delivered once per week.
OncePerMonth3 The notification is delivered once per month.
See Also