NotificationContent Class

User-defined content for notifications.
Inheritance Hierarchy
SystemObject
  Dundas.BI.NotificationsNotificationContent

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class NotificationContent

The NotificationContent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyElements
Gets the content element that should be attached to the notification.
Public propertyExportProviderId
Gets or sets the ID of the export provider.
Public propertyExportSettingValues
Gets the export provider setting values.
Public propertyId
Gets or sets the ID of the content.
Public propertyName
Gets or sets the name of the content.
Public propertyUseNameForFilename
Gets or sets the value indicating whether or not the name should be used for the filename.
Top
Methods
  NameDescription
Public methodAddContentElement
Adds the content element to the current notification content.
Public methodRemoveContentElement
Removes the content element from the current notification content.
Public methodSetExportProvider
Sets the export provider.
Top
See Also