dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PortalProperties Class

Represents the organization settings structure from the ArcGIS Portal API.

public class PortalProperties :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalProperties>

Inheritance System.Object 🡒 PortalProperties

Implements System.IEquatable<PortalProperties>

Constructors

PortalProperties() Constructor

public PortalProperties();

Properties

PortalProperties.HomePage Property

Gets or sets the home page style, either “classic” or “modern”.

public string? HomePage { get; set; }

Property Value

System.String

PortalProperties.Hub Property

Gets or sets the Hub configuration for the organization.

public dymaptic.GeoBlazor.Core.Model.PortalHub? Hub { get; set; }

Property Value

PortalHub

Gets or sets the links section of the organization settings.

public dymaptic.GeoBlazor.Core.Model.PortalLinks? Links { get; set; }

Property Value

PortalLinks

PortalProperties.MapViewer Property

Gets or sets the default map viewer type, either “classic” or “modern”.

public string? MapViewer { get; set; }

Property Value

System.String

PortalProperties.MapViewerSwitchDate Property

Gets or sets the timestamp when the map viewer was switched, in milliseconds since epoch.

public long MapViewerSwitchDate { get; set; }

Property Value

System.Int64

PortalProperties.OpenData Property

Gets or sets the Open Data configuration for the organization.

public dymaptic.GeoBlazor.Core.Model.PortalOpenData? OpenData { get; set; }

Property Value

PortalOpenData

PortalProperties.SharedTheme Property

Gets or sets the shared theme configuration for the organization.

public dymaptic.GeoBlazor.Core.Model.PortalSharedTheme? SharedTheme { get; set; }

Property Value

PortalSharedTheme

Gets or sets whether social media links should be displayed.

public bool ShowSocialMediaLinks { get; set; }

Property Value

System.Boolean