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 (26.2.0.1000)
Syntax
public class NotificationContent

The NotificationContent type exposes the following members.

Constructors
 NameDescription
Public methodNotificationContent Initializes a new instance of the NotificationContent class.
Public methodNotificationContent(Guid, IEnumerableParameterValue) Initializes a new instance of the NotificationContent class.
Top
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 propertyOverrideExportFilename Gets or sets an override file name to be used instead of the view's name.
Public propertyUseNameForFilename Gets or sets the value indicating whether or not the notification 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