ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / CoreDataExtensions Class / ReconcileInEditOperation Method / ReconcileInEditOperation(Version,ReconcileOptions) Method
The Version instance to validate.
If ReconcileOptions.TargetVersion is not specified in reconcileOptions, then the target version is the Default version.

In This Topic
    ReconcileInEditOperation(Version,ReconcileOptions) Method
    In This Topic
    Reconciles this version against a target version specified in reconcileOptions. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Shared Function ReconcileInEditOperation( _
       ByVal version As Version, _
       ByVal reconcileOptions As ReconcileOptions _
    ) As ReconcileResult
    public static ReconcileResult ReconcileInEditOperation( 
       Version version,
       ReconcileOptions reconcileOptions
    )

    Parameters

    version
    The Version instance to validate.
    reconcileOptions
    If ReconcileOptions.TargetVersion is not specified in reconcileOptions, then the target version is the Default version.

    Return Value

    An instance of ReconcileResult indicating the results of the operation.
    Exceptions
    ExceptionDescription
    reconcileOptions is null.

    This operation is not supported in client-server mode because the data store supports multi-branch versioning.

    -or-

    Multi-branch versioning does not support a ConflictResolutionType that favors the target version.

    A geodatabase-related exception has occurred.
    This method or property must be called within the lambda passed to QueuedTask.Run
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also