ParsableContentIncludeFullImagePath Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets flag whether to include full image path for parsing
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool IncludeFullImagePath { get; set; }
Public Property IncludeFullImagePath As Boolean
Get
Set
public:
property bool IncludeFullImagePath {
bool get ();
void set (bool value);
}
member IncludeFullImagePath : bool with get, set
function get_IncludeFullImagePath();
function set_IncludeFullImagePath(value);
Property Value
Type:
Boolean
See Also