ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeneralOptions Class / ProjectBackupInterval Property

In This Topic
    ProjectBackupInterval Property
    In This Topic
    Gets and sets the time interval (in minutes) to elapse after which a project backup is saved if CreateProjectBackups is true.
    Syntax
    public int ProjectBackupInterval {get; set;}
    Public Property ProjectBackupInterval As Integer
    Remarks
    The time interval must be between 1 and 999 inclusive. Other values are ignored. CreateProjectBackups
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also