NDoc 1.3.1 SDK

Workspace.RootDirectory Property

The full path to the worksapce root. This is where project outputs will be saved when compilation is complete

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

See Also

Workspace Class | NDoc.Core Namespace