Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.6 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.6 - 200.8
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.