Class OfflineSettings
Represents settings in an online web map which the author has configured for offline use.
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OfflineSettingsRemarks
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 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.5 - 200.8 | 
| Xamarin.Android | 100.5 - 100.15 | 
| Xamarin.iOS | 100.5 - 100.15 | 
| UWP | 100.5 - 200.8 |