Open this page in the API Guide

IContentNotification.AddContentItem Method

Add the specified content item.

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

Parameters

content
Type: Dundas.BI.Notifications.NotificationContent
Content item to be added to the notification.
See Also