This document is archived and information here might be outdated.  Recommended version.


IDocumentInfo.HyperlinkBase Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo Interface > IDocumentInfo.HyperlinkBase Property
ArcGIS Developer Help

IDocumentInfo.HyperlinkBase Property

The hyperlink base of the document.

[Visual Basic .NET]
Public Property HyperlinkBase As String
[C#]
public string HyperlinkBase {get; set;}
[C++]
HRESULT get_HyperlinkBase(
  System.String* Path
);
[C++]
HRESULT put_HyperlinkBase(
  BSTR Path
);
[C++]
Parameters
Path [out, retval]

Path is a parameter of type BSTR* Path [in]
Path is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDocumentInfo Interface