ArcGIS Pro 2.8 API Reference Guide
IsDirty Property (Project)

ArcGIS.Desktop.Core Namespace > Project Class : IsDirty Property
Gets the dirty state of the project
Syntax
public bool IsDirty {get;}
Public ReadOnly Property IsDirty As Boolean

Property Value

True if the project is dirty
Remarks

The project's dirty state indicates changes made to the project have not yet been saved. For example, after adding a map to the project, IsDirty will return True and the Save button is enabled.

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Project Class
Project Members