DataDrivenNotification Constructor (String, String, NotificationContent, ScheduleRule, DeliverySettings) | 
  
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DataDrivenNotification(
	string name,
	string description,
	NotificationContent content,
	ScheduleRule scheduleRule,
	DeliverySettings delivery
)
Public Sub New ( 
	name As String,
	description As String,
	content As NotificationContent,
	scheduleRule As ScheduleRule,
	delivery As DeliverySettings
)
public:
DataDrivenNotification(
	String^ name, 
	String^ description, 
	NotificationContent^ content, 
	ScheduleRule^ scheduleRule, 
	DeliverySettings^ delivery
)
new : 
        name : string * 
        description : string * 
        content : NotificationContent * 
        scheduleRule : ScheduleRule * 
        delivery : DeliverySettings -> DataDrivenNotificationParameters
- name
 - Type: SystemString
The name of the notification. - description
 - Type: SystemString
The description. - content
 - Type: Dundas.BI.NotificationsNotificationContent
The notification content. - scheduleRule
 - Type: Dundas.BI.SchedulingScheduleRule
The scheduling rule used to evaluated the notification conditions. - delivery
 - Type: Dundas.BI.Notifications.DeliveryDeliverySettings
The delivery settings. 
Exceptions
See Also