Click or drag to resize

HyperlinkIsExternalLink Property

If the document is an HTML document, then value is only true if hyperlink is a "link" HTML element and specifies a link between the document and an external resource, and false if hyperlink is an "a" HTML element.

For all other non-HTML file formats this specifies if hyperlink is an external document link.


Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool IsExternalLink { get; set; }

Property Value

Boolean
See Also