 | SandcastleProjectCleanIntermediates Property |
This is used to get or set whether intermediate files are deleted after a successful build
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntaxpublic bool CleanIntermediates { get; set; }Public Property CleanIntermediates As Boolean
Get
Set
public:
property bool CleanIntermediates {
bool get ();
void set (bool value);
}member CleanIntermediates : bool with get, set
Property Value
Type:
BooleanThe default value is true.
See Also