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 |
|
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
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |