Property UpdateCapabilities
UpdateCapabilities
Gets a value that describes the methods that can be used to obtain updates to the offline map.
Declaration
public OfflineMapUpdateCapabilities UpdateCapabilities { get; }
Property Value
Type | Description |
---|---|
OfflineMapUpdateCapabilities | Describes the methods used for obtaining updates to the offline map that was used to create this task. |
Remarks
You can use this property to determine whether an offline map is configured to use the preplanned scheduled updates workflow (see SupportsScheduledUpdatesForFeatures) or to sync directly with feature services (see SupportsSyncWithFeatureServices). If the offline map was created using DownloadScheduledUpdatesAndUploadNewFeatures, it will support both update modes, but you will only be able to upload newly created features.
This property will return null
until the offline map sync task is loaded.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 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.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |