Property SyncDirection
SyncDirection
Gets or sets the synchronization direction for geodatabases registered with feature services.
Declaration
public SyncDirection SyncDirection { get; set; }
Property Value
Type | Description |
---|---|
SyncDirection | The synchronization direction for geodatabases registered with feature services. |
Remarks
This property applies to any geodatabases that are registered for feature service synchronization.
It does not apply to geodatabases that use scheduled updates.
The default value is Bidirectional synchronization.
If you select Upload, any download only geodatabases (e.g. with SupportsUpdate = false) will not be updated and you will receive an error in the associated LayerResults.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |