RecipientDeliveryRequestReplacePlaceholders(String, IListString, String) Method |
Replace placeholders inside the text.
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic string ReplacePlaceholders(
string textWithPlaceholders,
IList<string> emailAttachmentIds,
string? recipientName
)
Public Function ReplacePlaceholders (
textWithPlaceholders As String,
emailAttachmentIds As IList(Of String),
recipientName As String
) As String
public:
String^ ReplacePlaceholders(
String^ textWithPlaceholders,
IList<String^>^ emailAttachmentIds,
String^ recipientName
)
member ReplacePlaceholders :
textWithPlaceholders : string *
emailAttachmentIds : IList<string> *
recipientName : string -> string Parameters
- textWithPlaceholders String
- Original text containing the placeholders.
- emailAttachmentIds IListString
- Email attachment IDs.
- recipientName String
- The name of the recipient.
Return Value
StringA string with the placeholders swapped for the underlying object's textual definition.
See Also