Property Item
Item
Gets the LocalItem containing the item resource cache's thumbnail and metadata.
Declaration
public LocalItem Item { get; }
Property Value
Type | Description |
---|---|
LocalItem | The LocalItem containing the item resource cache's thumbnail and metadata. |
Remarks
This property can be null
if the LocalItem is not present within the ItemResourceCache directory. If the ItemResourceCache was taken offline using ExportVectorTilesTask or OfflineMapTask the LocalItem will be populated from
the online PortalItem. If the ItemResourceCache was created inside a MobileMapPackage authored from ArcGIS Pro then this property will return null
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |