DeliveryRequestReplacePlaceholders 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 (24.3.0.1000)
Syntax public string ReplacePlaceholders(
string textWithPlaceholders,
IList<string> emailAttachmentIds
)
Public Function ReplacePlaceholders (
textWithPlaceholders As String,
emailAttachmentIds As IList(Of String)
) As String
public:
String^ ReplacePlaceholders(
String^ textWithPlaceholders,
IList<String^>^ emailAttachmentIds
)
member ReplacePlaceholders :
textWithPlaceholders : string *
emailAttachmentIds : IList<string> -> string
Parameters
- textWithPlaceholders
- Type: SystemString
Original text containing the placeholders. - emailAttachmentIds
- Type: System.Collections.GenericIListString
Email attachment IDs.
Return Value
Type:
StringA string with the placeholders swapped for the underlying object's textual definition.
See Also