NotificationContent Constructor (Guid, IEnumerable<ParameterValue>) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic NotificationContent(
Guid exportProviderId,
IEnumerable<ParameterValue> exportSettingValues
)
Public Sub New (
exportProviderId As Guid,
exportSettingValues As IEnumerable(Of ParameterValue)
)
public:
NotificationContent(
Guid exportProviderId,
IEnumerable<ParameterValue^>^ exportSettingValues
)
new :
exportProviderId : Guid *
exportSettingValues : IEnumerable<ParameterValue> -> NotificationContent
Parameters
- exportProviderId
- Type: System.Guid
The export provider ID. - exportSettingValues
- Type: System.Collections.Generic.IEnumerable<ParameterValue>
The export setting values.
Exceptions
See Also