Open this page in the API Guide

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 (25.1.0.1000)
Syntax
public DataDrivenNotification(
	string name,
	string description,
	NotificationContent content,
	ScheduleRule scheduleRule,
	DeliverySettings delivery
)

Parameters

name
Type: System.String
The name of the notification.
description
Type: System.String
The description.
content
Type: Dundas.BI.Notifications.NotificationContent
The notification content.
scheduleRule
Type: Dundas.BI.Scheduling.ScheduleRule
The scheduling rule used to evaluated the notification conditions.
delivery
Type: Dundas.BI.Notifications.Delivery.DeliverySettings
The delivery settings.
Exceptions
ExceptionCondition
ArgumentExceptionname is null, empty, or consists solely of whitespace.
ArgumentNullExceptionscheduleRule, content or delivery is null.
See Also