ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Operation Class / DirtiesProject Property

DirtiesProject Property
Gets a boolean indicating if the operation should dirty the project.
Syntax
public virtual bool DirtiesProject {get;}
Remarks

Operations that return true for DirtiesProject will cause the Project Save button to enable when they are added to an OperationManager.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also