HtmlDocumentParserInsertImagePath Method (Boolean)

Alterian Email Manager 6.2.3 SDK Help File
Searches html document for image tag and appends {ImagePath} to src attribue

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

Syntax
public string InsertImagePath(
	bool includeFullUrl
)

Parameters

includeFullUrl
Type: SystemBoolean
whether to include full http/https url

Return Value

Type: String
modified html content

Implements

IHtmlDocumentParserInsertImagePath(Boolean)
See Also