This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARLayer Interface > IARLayer.Hyperlinks Property (ArcObjects .NET 10.4 SDK) |
Indicates if the layer contains hyperlinks.
[Visual Basic .NET] Public ReadOnly Property Hyperlinks As Boolean
[C#] public bool Hyperlinks {get;}
The Hyperlinks property indicates whether any of the layer's field's contains hyperlinks.
Hyperlinks will only be accessible if the currently loaded document was published with permission to view hyperlinks. Use the IARControl::HasDocumentPermission method to determine this.