DataDrivenNotification(String, String, ScheduleRule, DeliverySettings) Constructor |
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic DataDrivenNotification(
string name,
string description,
ScheduleRule scheduleRule,
DeliverySettings delivery
)
Public Sub New (
name As String,
description As String,
scheduleRule As ScheduleRule,
delivery As DeliverySettings
)
public:
DataDrivenNotification(
String^ name,
String^ description,
ScheduleRule^ scheduleRule,
DeliverySettings^ delivery
)
new :
name : string *
description : string *
scheduleRule : ScheduleRule *
delivery : DeliverySettings -> DataDrivenNotificationParameters
- name String
- The name of the notification.
- description String
- The description.
- scheduleRule ScheduleRule
- The schedule rule.
- delivery DeliverySettings
- The delivery settings.
Exceptions
See Also