Click or drag to resize

DocumentHyperLinks Property

Document hyperlinks.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public List<Hyperlink> HyperLinks { get; set; }

Property Value

ListHyperlink
Remarks

At this time, document hyperlinks are only supported for HTML, Microsoft Office Word, PowerPoint, and Excel 2007 and higher, and Open Document formats.

For the supported formats other than HTML, only external hyperlinks are extracted (i.e., hyperlinks that link to other parts of the document are not supported). All hyperlinks that have a supported hyperlink attribute set to a non-empty value are extracted for HTML.

See Also