API Help
Eplan.EplApi.HEServices Namespace / Backup.Amount Enumeration

In This Topic
    Backup.Amount Enumeration
    In This Topic
    Scope of data backup
    Syntax
    public enum Backup.Amount : System.Enum 
    public enum class Backup.Amount : public System.Enum 
    Members
    MemberValueDescription
    All0The entire project directory is backed up.
    Min1Only the database files required to restore the project are backed up; redundant database files are ignored.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.HEServices.Backup.Amount

    See Also