NotificationContent(Guid, IEnumerableParameterValue) Constructor

Initializes a new instance of the NotificationContent 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 NotificationContent(
	Guid exportProviderId,
	IEnumerable<ParameterValue> exportSettingValues
)

Parameters

exportProviderId  Guid
The export provider ID.
exportSettingValues  IEnumerableParameterValue
The export setting values.
Exceptions
ExceptionCondition
ArgumentExceptionexportProviderId is Empty.
See Also