The base path for converting PathItemBase path to relative form.
[Visual Basic] Shared Public Property BasePath As String [C#] public static string BasePath { get; set; } [C++] public: static __property String* get_BasePath(); public: static __property void set_BasePath(String* ); [JScript] public static function get BasePath() : String public static function set BasePath(String);
If the path has not been explicitly set, it defaults to the working directory.
PathItemBase Class | NDoc.Core Namespace