Class OfflineSettings
Represents settings in an online web map which the author has configured for offline use.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OfflineSettings
Remarks
Offline settings can be configured by a web map author to provide default values which are appropriate for taking a map offline. Applications which take the map offline can choose to ignore these offline settings when setting parameters for an OfflineMapTask.
Note: the following methods will use the offline settings to set default parameter values:
Properties
| Name | Description |
|---|---|
| AttachmentSyncDirection | Gets a setting configured by the web map author that provides guidance for how attachments should be synced when working offline. |
| OnlineLayers | Gets a list of layers that the web map author has determined will remain online when the map is taken offline. |
| OnlineTables | Gets a list of non-spatial tables that the web map author has determined will remain online when the map is taken offline. |
| ReferenceBasemapFilename | Gets the name of a local basemap file which can be used instead of downloading a basemap when taking this map offline. |
| ReturnLayerAttachmentOption | Gets a setting configured by the web map author that indicates which feature layers should include attachments when taken offline. |
| ReturnSchemaOnlyForEditableLayers | Gets a value indicating whether the web map author indicates whether or not feature layers taken offline should be schema only and contain no data. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.5 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.5 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 100.15 |