Click or drag to resize

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
)

Parameters

content
Type: SystemString
values
Type: System.Collections.GenericIDictionaryString, Object
removeMissingPlaceholders
Type: SystemBoolean

Return Value

Type: String
See Also