This is used to get or set the dirty state of the item

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public bool IsDirty { get; set; }
Visual Basic
Public Property IsDirty As Boolean
	Get
	Set

Property Value

Type: Boolean

See Also