NDoc 1.3.1 SDK

BaseDocumenterConfig.CleanIntermediates Property

Gets or sets a value indicating whether to delete intermediate files after a successful build.

[Visual Basic]
<DefaultValue(Value:=False), _  Description(Description:="When true, intermediate files will be deleted after a successful build."), _  Category(Category:="Documentation Main Settings")>
Public Property CleanIntermediates As Boolean [C#]
[DefaultValue(Value=False)]
[Description(Description="When true, intermediate files will be deleted after a successful build.")]
[Category(Category="Documentation Main Settings")]
public bool CleanIntermediates { get; set; } [C++]
[DefaultValue(Value=False)]
[Description(Description="When true, intermediate files will be deleted after a successful build.")]
[Category(Category="Documentation Main Settings")]
public: __property bool get_CleanIntermediates(); public: __property void set_CleanIntermediates(bool ); [JScript] public 
   DefaultValue(Value=False)
   Description(Description="When true, intermediate files will be deleted after a successful build.")
   Category(Category="Documentation Main Settings")
function get CleanIntermediates() : bool public 
   DefaultValue(Value=False)
   Description(Description="When true, intermediate files will be deleted after a successful build.")
   Category(Category="Documentation Main Settings")
function set CleanIntermediates(bool);

Remarks

true if intermediate files should be deleted after a successful build; otherwise, false. By default, the value of this property is false.

For documenters that result in a compiled output, like the MSDN and VS.NET documenters, intermediate files include all of the HTML Help project files, as well as the generated HTML files.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace