ArcGIS Pro 2.8 API Reference Guide
DirtiesProject Property

ArcGIS.Desktop.Framework.Contracts Namespace > Operation Class : DirtiesProject Property
Gets a boolean indicating if the operation should dirty the project.
Syntax
public virtual bool DirtiesProject {get;}
Public Overridable ReadOnly Property DirtiesProject As Boolean
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 10, Windows 8.1

See Also

Reference

Operation Class
Operation Members