Show / Hide Table of Contents

Property UpdateCapabilities

UpdateCapabilities

Gets a value that describes the methods used for obtaining updates to the offline map that was used to create this task.

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.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.6 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.6 - 100.15
iOS100.6 - 100.15
UWP100.6 - 200.0
In This Article
Back to top Copyright © 2022 Esri.