OfflineMapCapabilities

Represents the capability of taking a map's layers and tables offline.

Since

200.1.0

Properties

Link copied to clipboard

Indicates if there is at least one layer or table that cannot be included in the offline map. This property indicates whether the map contains any layers or tables that cannot be taken offline. This is not relevant to offline maps that reference online-only layers and tables. Setting GenerateOfflineMapParameters.onlineOnlyServicesOption to OnlineOnlyServicesOption.Include will allow online-only data to be included in the offline map and referenced by URL.

Link copied to clipboard

Layer capabilities for all layers in the map. The dictionary maps layer instances to offline capability. The Dictionary has keys of element type Layer with values of OfflineCapability.

Link copied to clipboard

Capabilities for all tables in the map. The dictionary maps table instances to offline capability. The Dictionary has keys of element type FeatureTable with values of OfflineCapability.