DocumentHtmlImageTags Property |
HTML document 'img' tag info.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax[DataMemberAttribute]
public List<HtmlImage> HtmlImageTags { get; set; }Property Value
ListHtmlImage
Remarks
This property is only populated if
IsHtmlType is true.
See Also