dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
PortalItem Class
An item (a unit of content) in the Portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item may have associated binary or textual data which is available via the item data resource. View the ArcGIS portal API REST documentation for the item for more details.
ArcGIS JS API
public class PortalItem : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 PortalItem
Properties
PortalItem.Id Property
The unique id for the item.
public string Id { get; set; }