NET Link Tracker
BaseDirectory Property



KellermanSoftware.NetLinkTracker Namespace > LinkLogic Class : BaseDirectory Property
If a BaseDirectory is specified and IsUrl is false, it will be combined with the FilePathOrUrl property. This is useful if it is a shared hosting environment where the base directory may change in the future.
Syntax
'Declaration
 
Public Property BaseDirectory As String
'Usage
 
Dim instance As LinkLogic
Dim value As String
 
instance.BaseDirectory = value
 
value = instance.BaseDirectory
public string BaseDirectory {get; set;}
public:
property String^ BaseDirectory {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LinkLogic Class
LinkLogic Members