Property UpdateMode
UpdateMode
Gets or sets a value that describes how the offline map will obtain feature updates from the online service.
Declaration
public PreplannedUpdateMode UpdateMode { get; set; }
Property Value
Type | Description |
---|---|
Preplanned |
Describes how the offline map will obtain feature updates from the online service. |
Remarks
The preplanned workflow offers three modes for updating the feature data in your offline map:
- Sync feature changes directly with online feature services.
- Download a set of scheduled update packages (geodatabase delta files that are cached on the server) from the online map area.
- Download scheduled updates from the online map area and upload new features to the feature service.
To register your mobile geodatabases for syncing with online feature services, set this
property to Sync
To download a set of cached updates (delta files) from the online map area, set this
property to Download
To use a hybrid approach where you download scheduled updates and upload new features,
set this property to
Download
If you use a Update
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.6 - 200.6 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.6 |