NDoc 1.3.1 SDK

Project.IsDirty Property

Gets or sets a value indicating whether the contents of this project have been modified.

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

Remarks

If a project is marked as 'dirty' then the GUI will ask to user if they wish to save the project before loading another, or exiting.

See Also

Project Class | NDoc.Core Namespace