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.3.0.1000)
Syntax IList<PlaceholderInfo> GetAvailablePlaceholders(
Notification notification
)
Function GetAvailablePlaceholders (
notification As Notification
) As IList(Of PlaceholderInfo)
IList<PlaceholderInfo^>^ GetAvailablePlaceholders(
Notification^ notification
)
abstract GetAvailablePlaceholders :
notification : Notification -> IList<PlaceholderInfo>
Parameters
- notification
- Type: Dundas.BI.NotificationsNotification
The notification.
Return Value
Type:
IListPlaceholderInfoThe available placeholders.
Exceptions See Also