RecipientDeliveryRequestReplacePlaceholders(String, IListString, String, Account) Method

Replace placeholders inside the text.

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

Parameters

textWithPlaceholders  String
Original text containing the placeholders.
emailAttachmentIds  IListString
Email attachment IDs.
recipientName  String
The name of the recipient.
recipientAccount  Account
The account info of the recipient.

Return Value

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