NDoc 1.3.1 SDK

Workspace.Clean Method 

Delets all output and intermediate files from the project workspace This will delete all the cleanable files in the root and remove the working directory

[Visual Basic]
Public Sub Clean()
[C#]
public void Clean();
[C++]
public: void Clean();
[JScript]
public function Clean();

See Also

Workspace Class | NDoc.Core Namespace