Show / Hide Table of Contents

Class OfflineMapUpdateCapabilities

Describes supported methods for obtaining updates for a preplanned map area.

Inheritance
System.Object
OfflineMapUpdateCapabilities
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class OfflineMapUpdateCapabilities
Remarks

You can identify the supported methods by creating an OfflineMapSyncTask with the offline map (Map) and examining the UpdateCapabilities. You can determine whether the offline map is configured to use the update packages (SupportsScheduledUpdatesForFeatures) and to sync directly with feature services (SupportsSyncWithFeatureServices).

Properties

Name Description
SupportsScheduledUpdatesForFeatures

Gets a value indicating whether a preplanned map area supports downloading of read-only scheduled update packages.

SupportsSyncWithFeatureServices

Gets a value indicating whether an offline map references feature services that are sync enabled.

Applies to

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.