ParserBaseParse Method

Alterian Email Manager 6.2.3 SDK Help File
Virtual method to Parse content

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public virtual IList<string> Parse(
	string content
)

Parameters

content
Type: SystemString

Return Value

Type: IListString
List of matches found while parsing
See Also