NotificationContent Constructor (Guid, IEnumerableParameterValue) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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: SystemGuid
The export provider ID. - exportSettingValues
- Type: System.Collections.GenericIEnumerableParameterValue
The export setting values.
Exceptions See Also