INotificationServiceGetAvailablePlaceholders Method

Gets the available placeholders.

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

Parameters

notification
Type: Dundas.BI.NotificationsNotification
The notification.

Return Value

Type: IListPlaceholderInfo
The available placeholders.
Exceptions
ExceptionCondition
ArgumentNullExceptionnotification is .
See Also