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

In This Topic
    Synchronize.StoreMode Enumeration
    In This Topic
    Store mode determines, whether parts, which are already existing in the parts database, should be modified.
    Syntax
    public enum Synchronize.StoreMode : System.Enum 
    public enum class Synchronize.StoreMode : public 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