INotificationServiceGetAvailablePlaceholders Method

Gets the available placeholders.

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

Parameters

notification  Notification
The notification.

Return Value

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