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 |
---|---|
System.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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |