Click or drag to resize

MessagePreprocessorGetElements Method (String, String, Boolean)

Namespace:  Dynamicweb.Mailing
Assembly:  Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax
public static List<string> GetElements(
	string content,
	string element,
	bool requireAttribute
)

Parameters

content
Type: SystemString
element
Type: SystemString
requireAttribute
Type: SystemBoolean

Return Value

Type: ListString
See Also