ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / ConflictType Enumeration

In This Topic
    ConflictType Enumeration
    In This Topic
    Specifies the type of conflict in a row of a versioned feature class.
    Syntax
    Members
    MemberDescription
    DeleteUpdate Row has been deleted in the source and updated in the difference.
    UpdateDelete Row has been updated in the source and deleted in the difference.
    UpdateUpdate Row has been updated in both the source and difference.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also