ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectEventArgs Class / IsSavingBackup Property

In This Topic
    IsSavingBackup Property
    In This Topic
    Gets whether the project is saving a backup
    Syntax
    public bool IsSavingBackup {get;}
    Public ReadOnly Property IsSavingBackup As Boolean
    Remarks

    Can be set within the ProjectSavingEvent otherwise it will always be false and can be ignored.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also