NDoc 1.3.1 SDK

Project.SuspendDirtyCheck Property

Gets or sets a value indicating whether IsDirty is updated when a project property is modifed.

[Visual Basic]
Public Property SuspendDirtyCheck As Boolean
[C#]
public bool SuspendDirtyCheck { get; set; }
[C++]
public: __property bool get_SuspendDirtyCheck();
public: __property void set_SuspendDirtyCheck(bool );
[JScript]
public function get SuspendDirtyCheck() : bool
public function set SuspendDirtyCheck(bool);

Property Value

true, if changes to project properties should not update the value of IsDirty; otherwise, false.

Remarks

The default value of this property is false, however it is set to true during Read so a newly loaded project is not flagged as 'dirty'

See Also

Project Class | NDoc.Core Namespace