Eplan Platform API
Eplan.EplApi.HEServices Namespace / Synchronize.StoreMode Enumeration

Synchronize.StoreMode Enumeration
Store mode determines, whether parts, which are already existing in the parts database, should be modified.
Syntax
public enum Synchronize.StoreMode : System.Enum 
Members
MemberValueDescription
AppendNew0append new articles
OverwriteExisting1overwrite existing articles (including variants)
OverwriteExistingAndAppendNew2overwrite existing articles (including variants) and append new ones
Remarks
Default value is AppendNew. When the article is being removed, all its variants are also removed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.HEServices.Synchronize.StoreMode

See Also