Show / Hide Table of Contents

Property ReconcileBranchVersion

ReconcileBranchVersion

Gets or sets a value indicating whether replica branch version automatically reconciles with the default branch upon sync, false otherwise.

Declaration
public bool ReconcileBranchVersion { get; set; }
Property Value
Type Description
System.Boolean

true if replica branch version automatically reconciles with the default branch upon sync, false otherwise.

Remarks

This parameter is supported by feature services that have the SupportsBranchVersionReconcile property set to true.

If this value is true and SupportsBranchVersionReconcile is false, GeodatabaseSyncTask will fail with GeodatabaseReconcileBranchVersionUnsupportedException

The default value is false.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.