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
PortalProperties.Hub Property
Gets or sets the Hub configuration for the organization.
public dymaptic.GeoBlazor.Core.Model.PortalHub? Hub { get; set; }
Property Value
PortalProperties.Links Property
Gets or sets the links section of the organization settings.
public dymaptic.GeoBlazor.Core.Model.PortalLinks? Links { get; set; }
Property Value
PortalProperties.MapViewer Property
Gets or sets the default map viewer type, either “classic” or “modern”.
public string? MapViewer { get; set; }
Property Value
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
PortalProperties.OpenData Property
Gets or sets the Open Data configuration for the organization.
public dymaptic.GeoBlazor.Core.Model.PortalOpenData? OpenData { get; set; }
Property Value
PortalProperties.SharedTheme Property
Gets or sets the shared theme configuration for the organization.
public dymaptic.GeoBlazor.Core.Model.PortalSharedTheme? SharedTheme { get; set; }
Property Value
PortalProperties.ShowSocialMediaLinks Property
Gets or sets whether social media links should be displayed.
public bool ShowSocialMediaLinks { get; set; }