Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiImportConflictResolution Enumeration
In This Topic
    ApiImportConflictResolution Enumeration
    In This Topic
    Type of resolution for conflicts which appear during import of library.
    Syntax
    public enum ApiImportConflictResolution : System.Enum 
    Members
    MemberDescription
    KeepBothRetain the existing component and add a new one with a numbered index in brackets.
    OverwriteOverwrite the existing component with the importing one.
    SkipSkip the importing item. Keeps the existing component intact without imorting anything.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.Common.Enums.ApiImportConflictResolution

    See Also