ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / PartialPostOptions Class / ConflictDetectionType Property

In This Topic
    ConflictDetectionType Property (PartialPostOptions)
    In This Topic
    Gets or sets the conflict detection type.
    Syntax
    Public Property ConflictDetectionType As ConflictDetectionType
    public ConflictDetectionType ConflictDetectionType {get; set;}
    Remarks
    The default value is ConflictDetectionType.ByRow. If ConflictDetectionType.ByColumn is used with branch versioning, and the version of ArcGIS Enterprise doesn't support it (versions prior to 10.8.1), ConflictDetectionType.ByRow will be used instead.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also