INotificationServiceGetAvailablePlaceholders Method |
Gets the available placeholders.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIList<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 Notification
- The notification.
Return Value
IListPlaceholderInfoThe available placeholders.
Exceptions
See Also