ArcGIS Pro 3.7 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 ReadOnly Property IsSavingBackup As Boolean
    public bool IsSavingBackup {get;}
    Remarks

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

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also