IContentNotification Interface

Interface for Notification objects that have a user-defined content, containing one or more ContentElement objects.

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

The IContentNotification type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets the notification content.
Public propertyContentItems
Gets the notification content items.
Top
Methods
  NameDescription
Public methodAddContentItem
Add the specified content item.
Public methodRemoveContentItem
Remove the specified content item.
Top
See Also