LocalItem QML Type

  • Esri.ArcGISRuntime
  • LocalItem
  • An item in a local data store such as a mobile map package. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    ArcGISItem

    Properties

    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

    [read-only] localItemType : Enums.LocalItemType

    Returns the type of this item (read-only).

    See also Enums.LocalItemType.


    [read-only] originalPortalItemId : string

    The Portal Item ID of the original source of this item (read-only).


    [read-only] path : url

    The path of this item (read-only).


    [read-only, since Esri.ArcGISRuntime 100.6] portalUrl : url

    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.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.