Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectMarkAsDirty Method
This is used to mark the project as dirty and in need of being saved.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void MarkAsDirty()
Events
Event TypeReason
SandcastleProjectDirtyChangedThis event is raised to let interested parties know that the project's dirty state has been changed.
See Also