DatabaseHyperlinkBase Property
|
Property that controls the base path for
relative hyperlinks in this database. This property corresponds to
the HYPERLINKBASE system variable. If HYPERLINKBASE is an empty
string, the database path is used.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public string HyperlinkBase { get; set; }
Public Property HyperlinkBase As String
Get
Set
public:
property String^ HyperlinkBase {
String^ get ();
void set (String^ value);
}
member HyperlinkBase : string with get, set
Property Value
String
See Also