DataDrivenNotification(String, String, ScheduleRule, DeliverySettings) Constructor

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

Parameters

name  String
The name of the notification.
description  String
The description.
scheduleRule  ScheduleRule
The schedule rule.
delivery  DeliverySettings
The delivery settings.
Exceptions
ExceptionCondition
ArgumentExceptionname is , empty, or consists solely of whitespace.
ArgumentNullExceptionscheduleRule or delivery is .
See Also