OfflineCapability QML Type
Describes whether a layer or table can be included in an offline map. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- OfflineCapability is part of QML Type List.
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
[read-only] offlineCapabilityError : Error |
Returns the associated error if the layer or table could not be taken offline (read-only), null otherwise.
[read-only, since Esri.ArcGISRuntime 100.9] 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.
[read-only] supportsOffline : bool |
Returns whether this layer or table supports being taken offline (read-only).