An item in a local data store such as a mobile map package. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- localItemType : Enums.LocalItemType
- originalPortalItemId : string
- path : url
- portalUrl : url
Detailed Description
Contains information about an item of content such as a mobile map, mobile scene, or mobile map package. Each item has a unique identifier, a path, and possibly the ID from the portal item that is the original source of this item.
Note: You cannot declare or create a component of this type in QML code.
See also MobileMapPackage.
Property Documentation
Returns the type of this item (read-only).
See also Enums.LocalItemType.
The URL of the portal from which this local item was downloaded (read-only).
This property can be used in conjunction with the originalPortalItemId to find the URL of the portal from which this local item was downloaded. This can be useful when following offline map workflows as it allows you to find the URL of the online webmap.
This property will be empty when the local item was not created from an online resource - for example if exported from ArcGIS Pro.
This property was introduced in Esri.ArcGISRuntime 100.6.