ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / ConflictCategory Enumeration

In This Topic
    ConflictCategory Enumeration
    In This Topic
    Specifies the category of conflict in a row of a versioned feature class.
    Syntax
    Members
    MemberDescription
    Attribute The conflict was generated from the attribute level.
    Container The conflict was generated from a container.
    Contents The conflict was generated from contents.
    None There is no category for this conflict.
    Relational The conflict was generated from a relation.
    Row The conflict was generated from the row level.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also