OfflineCapability QML Type

Describes whether a layer or table can be included in an offline map. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.1
Inherits:

Object

Properties

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

offlineCapabilityError : Error

Returns the associated error if the layer or table could not be taken offline (read-only), null otherwise.


remainsOnline : bool

Indicates if this online only layer or table will be referenced from an offline map (read-only).

This relates to the GenerateOfflineMapParameters::onlineOnlyServicesOption property. If GenerateOfflineMapParameters::onlineOnlyServicesOption is set to Enums.OnlineOnlyServicesOptionExclude, this property will always be false. If GenerateOfflineMapParameters::onlineOnlyServicesOption is set to Enums.OnlineOnlyServicesOptionInclude, this property may be true for layers that cannot be taken offline.

This property was introduced in Esri.ArcGISRuntime 100.9.


supportsOffline : bool

Returns whether this layer or table supports being taken offline (read-only).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.