ISandcastle ProjectClean Intermediates Property
This property is used to get or set whether intermediate files are deleted after a successful build
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default value is true
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool CleanIntermediates { get; set; }VB
Property CleanIntermediates As Boolean
Get
SetC++
property bool CleanIntermediates {
bool get ();
void set (bool value);
}F#
abstract CleanIntermediates : bool with get, setProperty Value
BooleanThe default value is true