HtmlDocumentParserGetCountForImagePathReplacements 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
Syntaxpublic int GetCountForImagePathReplacements(
bool includeFullUrl
)
Public Function GetCountForImagePathReplacements (
includeFullUrl As Boolean
) As Integer
public:
virtual int GetCountForImagePathReplacements(
bool includeFullUrl
) sealed
abstract GetCountForImagePathReplacements :
includeFullUrl : bool -> int
override GetCountForImagePathReplacements :
includeFullUrl : bool -> int
function GetCountForImagePathReplacements(includeFullUrl);
Parameters
- includeFullUrl
- Type: SystemBoolean
Whether to include full url or not
Return Value
Type:
Int32count
Implements
IHtmlDocumentParserGetCountForImagePathReplacements(Boolean)
See Also