Property PortalUri
PortalUri
Gets the Uri of the portal from which this local item was downloaded.
Declaration
public Uri PortalUri { get; }
Property Value
Type | Description |
---|---|
System.Uri | The Uri of the portal from which this local item was downloaded. |
Remarks
This property can be used in conjunction with the OriginalPortalItemId to find the Uri 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 Uri of the online webmap. Note that this property will be null
when the local item was not
created from an online resource - for example if exported from ArcGIS Pro.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 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.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |