Show / Hide Table of Contents

Property Version

Version

Gets the version of the Map or Scene, read when it is loaded. The version of a newly created Map or Scene is empty.

Declaration
public string Version { get; }
Property Value
Type Description
String

The version of the Map or Scene, read when it is loaded. The version of a newly created Map or Scene is empty.

Remarks

When you load an existing map or scene, the version value is the version that it was created at, according to the ESRI web map specification or ESRI web scene specification, respectively.

You can make changes to a map (associated with a PortalItem) and save it back to the web map it originated from. Alternatively, you can save a map as a new web map on a specified ArcGISPortal with a given title and folder. In these cases, the version of the saved map will be the version of the ESRI web map specification supported by this API. You cannot save changes to maps in mobile map packages.

Saving changes to scenes is not currently supported.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.12 - 200.1
.NET 6.0100.13 - 200.1
.NET 6.0 Windows100.13 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.12 - 200.1
.NET 5100.12
.NET Core 3.1100.12
Android100.12 - 100.15
iOS100.12 - 100.15
UWP100.12 - 200.1
In This Article
Back to top Copyright © 2022 Esri.