ContentNotificationAddContentItem Method

Add the specified content item.

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

Parameters

content
Type: Dundas.BI.NotificationsNotificationContent
Content item to be added to the notification.

Implements

IContentNotificationAddContentItem(NotificationContent)
See Also