Local Item
An object that represents a local item.
Since
200.1.0
See also
Properties
The original portal item ID.
The local item path. This path can be empty when the item is contained within a MobileMapPackage or MobileScenePackage.
The URL of the portal from which this local item was downloaded. This property can be used in conjunction with the LocalItem.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.
The local item type.
Inherited properties
The information on the source of the item and its copyright status.
The description of the specified item.
The spatial reference name of the specified item. The coordinate system of the specified item.
The user defined tags that describe the specified item.
The terms of use of the item. It is stored in the "licenseInfo" property in json. The property can contain HTML markup.
The thumbnail of the item.
An array of keywords that further describes the type of this item. Each item is tagged with a set of type keywords that are derived based on its primary type. The type keywords of the specified item.
Functions
Executes an asynchronous operation to update any item properties that have been changed (using the setter methods). This causes the values that have been changed to be updated on the portal (for PortalItems) or on disk (for LocalItems).
Inherited functions
Sets the thumbnail of the item with the specified image. This method invokes Bitmap.compress and may be long running.