DataDrivenNotification Constructor (String, String, NotificationContent, ScheduleRule, DeliverySettings)

Initializes a new instance of the DataDrivenNotification class.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public DataDrivenNotification(
	string name,
	string description,
	NotificationContent content,
	ScheduleRule scheduleRule,
	DeliverySettings delivery
)

Parameters

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
ExceptionCondition
ArgumentExceptionname is , empty, or consists solely of whitespace.
ArgumentNullExceptionscheduleRule, content or delivery is .
See Also