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