NDoc 1.3.1 SDK

Project.BaseDirectory Property

Gets the base directory used for relative references.

[Visual Basic]
Public Property ReadOnly BaseDirectory As String
[C#]
public string BaseDirectory { get; }
[C++]
public: __property String* get_BaseDirectory();
[JScript]
public function get BaseDirectory() : String

Property Value

The directory of the project file, or the current working directory if the project was not loaded from a project file.

See Also

Project Class | NDoc.Core Namespace