ArcGIS Pro 2.6 API Reference Guide
ConflictResolutionType Enumeration

ArcGIS.Core.Data Namespace : ConflictResolutionType Enumeration
Specifies how conflicts are resolved.
Syntax
public enum ConflictResolutionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum ConflictResolutionType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
FavorEditVersion When a conflict is found, it is resolved in favor of the edit version.
FavorTargetVersion When a conflict is found, it is resolved in favor of the target version. This option is not supported with branch versioning.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.ConflictResolutionType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data Namespace