Open this page in the API Guide

RecipientDeliveryRequest.ReplacePlaceholders Method (String, IList<String>, String, Account)

Replace placeholders inside the text.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public string ReplacePlaceholders(
	string textWithPlaceholders,
	IList<string> emailAttachmentIds,
	string? recipientName,
	Account? recipientAccount
)

Parameters

textWithPlaceholders
Type: System.String
Original text containing the placeholders.
emailAttachmentIds
Type: System.Collections.Generic.IList<String>
Email attachment IDs.
recipientName
Type: System.String
The name of the recipient.
recipientAccount
Type: Dundas.BI.AccountServices.Account
The account info of the recipient.

Return Value

Type: String
A string with the placeholders swapped for the underlying object's textual definition.
See Also