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 OnlineOnlyServicesOptionFields
| 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 - 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.9 - 200.8 | 
| Xamarin.Android | 100.9 - 100.15 | 
| Xamarin.iOS | 100.9 - 100.15 | 
| UWP | 100.9 - 200.8 |