IHtmlDocumentParserGetCountForImagePathReplacements Method (Boolean)
|
Alterian Email Manager 6.2.3 SDK Help File
Get count for images found in the html doc that need to be replaced with {ImagePath}
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxint GetCountForImagePathReplacements(
bool includeFullUrl
)
Function GetCountForImagePathReplacements (
includeFullUrl As Boolean
) As Integer
int GetCountForImagePathReplacements(
bool includeFullUrl
)
abstract GetCountForImagePathReplacements :
includeFullUrl : bool -> int
function GetCountForImagePathReplacements(includeFullUrl);
Parameters
- includeFullUrl
- Type: SystemBoolean
Whether to include full url or not
Return Value
Type:
Int32count
See Also