Show / Hide Table of Contents

Property ExportTileCacheCompactV2Allowed

ExportTileCacheCompactV2Allowed

Gets a value indicating whether exporting tiles in compact version 2 format (.tpkx) is supported.

Declaration
public bool ExportTileCacheCompactV2Allowed { get; }
Property Value
Type Description
System.Boolean

true if exporting tiles in compact version 2 format (.tpkx) is supported, false otherwise.

Remarks

The export tile cache format compact version 2 (.tpkx) now supersedes the compact format (.tpk) across ArcGIS software. For more information, see CompactV2.

If this property is true, the map service supports exporting tiles as .tpkx format. If this property is false, the service does not support exporting .tpkx format and you should check ExportTilesAllowed to confirm whether it supports exporting the earlier .tpk format.

CurrentVersion, 10.9 or greater, supports exporting tiles as .tpkx. Compact V2 tile caches can also be exported from export-enabled Esri image basemaps and elevation services hosted on ArcGIS Online. For more details on the specification of a .tpkx file format, see .

See Also
CacheStorageFormat

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.10 - 200.8
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.8
In This Article
Back to top Copyright © 2022 Esri.