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: |
Properties
- offlineCapabilityError : Error
- remainsOnline : bool
- supportsOffline : bool
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.
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.
Returns whether this layer or table supports being taken offline (read-only).