IHtmlDocumentParserInsertImagePath 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.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxstring InsertImagePath(
bool includeFullUrl
)
Function InsertImagePath (
includeFullUrl As Boolean
) As String
String^ InsertImagePath(
bool includeFullUrl
)
abstract InsertImagePath :
includeFullUrl : bool -> string
function InsertImagePath(includeFullUrl);
Parameters
- includeFullUrl
- Type: SystemBoolean
whether to include full http/https url
Return Value
Type:
Stringmodified html content
See Also