| PlaceholderReplacerReplacePlaceholders Method (String, IDictionaryString, Object, Boolean) |
Namespace:
Dynamicweb.Mailing
Assembly:
Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax public static string ReplacePlaceholders(
string content,
IDictionary<string, Object> values,
bool removeMissingPlaceholders
)
Public Shared Function ReplacePlaceholders (
content As String,
values As IDictionary(Of String, Object),
removeMissingPlaceholders As Boolean
) As String
Parameters
- content
- Type: SystemString
- values
- Type: System.Collections.GenericIDictionaryString, Object
- removeMissingPlaceholders
- Type: SystemBoolean
Return Value
Type:
StringSee Also