Open this page in the API Guide

INotificationService.GetAvailablePlaceholders Method

Gets the available placeholders.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IList<PlaceholderInfo> GetAvailablePlaceholders(
	Notification notification
)

Parameters

notification
Type: Dundas.BI.Notifications.Notification
The notification.

Return Value

Type: IList<PlaceholderInfo>
The available placeholders.
Exceptions
ExceptionCondition
ArgumentNullExceptionnotification is null.
See Also