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
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 |