Show / Hide Table of Contents

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:

  • Choosing to leave offline-enabled layers online (for example because they contain data which is frequently updated).
  • Choosing whether online only layers should be included in the offline map or not.

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

TargetVersions
.NET Standard 2.0100.9 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.9 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.9 - 100.12
Android100.9 - 100.15
iOS100.9 - 100.15
UWP100.9 - 200.0
In This Article
Back to top Copyright © 2022 Esri.