ISandcastle ProjectIs Dirty Property
This read-only property is used to get the dirty state of the project
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool IsDirty { get; }VB
ReadOnly Property IsDirty As Boolean
GetC++
property bool IsDirty {
bool get ();
}F#
abstract IsDirty : bool with get