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

Backup.Amount Enumeration
Scope of data backup
Syntax
public enum Backup.Amount : 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