Enum OnlineOnlyServicesOption
Enumerates the possible options for dealing with online-only services (those that cannot be taken offline).
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum OnlineOnlyServicesOption
Fields
Name | Description |
---|---|
Exclude | Online layers and tables that cannot be taken offline will be excluded when taking a map offline. |
Include | Online layers and tables that cannot be taken offline will be included when taking a map offline and continue to reference the online service. |
UseAuthoredSettings | A given layer or table will be taken offline, included as online content, or excluded according to the settings in the web map. When a web map is created, the author has the option to pre-select which layers should remain online. This can include:
If no settings are provided in the web map, the default behavior will omit any online only layers or tables from the offline map. This matches the Exclude option. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.9 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.9 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.9 - 100.12 |
Xamarin.Android | 100.9 - 100.15 |
Xamarin.iOS | 100.9 - 100.15 |
UWP | 100.9 - 100.15 |