supportsBranchVersionReconcile property
True if reconciling replica branch versions with default branch upon sync is supported, false otherwise.
If this value is true, SyncGeodatabaseParameters.reconcileBranchVersion can be used with GeodatabaseSyncTask
Implementation
bool get supportsBranchVersionReconcile {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_SyncCapabilities_getSupportsBranchVersionReconcile(
_handle, errorHandler);
});
}