dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

Portal Class

The Portal class is part of the ArcGIS Enterprise portal
that provides a way to build applications that work with content from ArcGIS Online or
an ArcGIS Enterprise portal.
ArcGIS Maps SDK for JavaScript

public class Portal : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Portal

Constructors

Portal() Constructor

Parameterless constructor for use as a Razor Component.

public Portal();

Portal(Nullable, Nullable, Nullable, IReadOnlyList, string, string, string, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, string, Nullable, Nullable, string, string, string, Extent, string, string, Nullable, IReadOnlyList, string, string, Nullable, Nullable, HelperServices, string, Nullable, Nullable, Nullable, string, Nullable, Nullable, string, Nullable, Nullable, string, string, string, Nullable, PortalProperties, Nullable, string, IReadOnlyList, Nullable, Nullable, string, string, Nullable, string, string, Nullable, Nullable, Nullable, Nullable, string) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public Portal(System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalAccess> access=null, System.Nullable<bool> allSSL=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.AuthMode> authMode=null, System.Collections.Generic.IReadOnlyList<string>? authorizedCrossOriginDomains=null, string? basemapGalleryGroupQuery=null, string? basemapGalleryGroupQuery3D=null, string? bingKey=null, System.Nullable<bool> canListApps=null, System.Nullable<bool> canListData=null, System.Nullable<bool> canListPreProvisionedItems=null, System.Nullable<bool> canProvisionDirectPurchase=null, System.Nullable<bool> canSearchPublic=null, System.Nullable<bool> canShareBingPublic=null, System.Nullable<bool> canSharePublic=null, System.Nullable<bool> canSignInArcGIS=null, System.Nullable<bool> canSignInIDP=null, string? colorSetsGroupQuery=null, System.Nullable<bool> commentsEnabled=null, System.Nullable<System.DateTime> created=null, string? culture=null, string? customBaseUrl=null, string? default3DBasemapQuery=null, dymaptic.GeoBlazor.Core.Components.Geometries.Extent? defaultExtent=null, string? description=null, string? devBasemapGalleryGroupQuery=null, System.Nullable<bool> eueiEnabled=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.PortalFeaturedGroups>? featuredGroups=null, string? featuredItemsGroupQuery=null, string? galleryTemplatesGroupQuery=null, System.Nullable<bool> hasCategorySchema=null, System.Nullable<bool> hasClassificationSchema=null, dymaptic.GeoBlazor.Core.Model.HelperServices? helperServices=null, string? homePageFeaturedContent=null, System.Nullable<int> homePageFeaturedContentCount=null, System.Nullable<double> httpPort=null, System.Nullable<double> httpsPort=null, string? ipCntryCode=null, System.Nullable<bool> isPortal=null, System.Nullable<bool> isReadOnly=null, string? layerTemplatesGroupQuery=null, System.Nullable<double> maxTokenExpirationMinutes=null, System.Nullable<System.DateTime> modified=null, string? name=null, string? portalHostname=null, string? portalId=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalMode> portalMode=null, dymaptic.GeoBlazor.Core.Model.PortalProperties? portalProperties=null, System.Nullable<bool> recycleBinEnabled=null, string? region=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.RotatorPanel>? rotatorPanels=null, System.Nullable<bool> showHomePageDescription=null, System.Nullable<bool> supportsHostedServices=null, string? symbolSetsGroupQuery=null, string? templatesGroupQuery=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalUnits> units=null, string? url=null, string? urlKey=null, System.Nullable<bool> use3dBasemaps=null, System.Nullable<bool> useDefault3dBasemap=null, System.Nullable<bool> useStandardizedQuery=null, System.Nullable<bool> useVectorBasemaps=null, string? vectorBasemapGalleryGroupQuery=null);

Parameters

access System.Nullable<PortalAccess>

The access level of the organization.
ArcGIS Maps SDK for JavaScript

allSSL System.Nullable<System.Boolean>

When true, access to the organization’s Portal resources must occur over SSL.
ArcGIS Maps SDK for JavaScript

authMode System.Nullable<AuthMode>

The authentication mode for handling authentication when the user attempts to
access a secure resource.
default “auto”
ArcGIS Maps SDK for JavaScript

authorizedCrossOriginDomains System.Collections.Generic.IReadOnlyList<System.String>

Array of trusted servers to send credentials to when making Cross-Origin Resource Sharing (CORS) requests to access services
secured with web-tier authentication.
ArcGIS Maps SDK for JavaScript

basemapGalleryGroupQuery System.String

The query that defines the basemaps that should be displayed in the
BasemapGallery when useVectorBasemaps is not true.
ArcGIS Maps SDK for JavaScript

basemapGalleryGroupQuery3D System.String

The query that defines the 3D basemaps that should be displayed in the
BasemapGallery.
ArcGIS Maps SDK for JavaScript

bingKey System.String

The Bing key to use for web maps using Bing Maps.
ArcGIS Maps SDK for JavaScript

canListApps System.Nullable<System.Boolean>

Indicates whether an organization can list applications in the marketplace.
ArcGIS Maps SDK for JavaScript

canListData System.Nullable<System.Boolean>

Indicates whether an organization can list data services in the marketplace.
ArcGIS Maps SDK for JavaScript

canListPreProvisionedItems System.Nullable<System.Boolean>

Indicates whether an organization can list pre-provisioned items in the marketplace.
ArcGIS Maps SDK for JavaScript

canProvisionDirectPurchase System.Nullable<System.Boolean>

Indicates whether an organization can provision direct purchases in the marketplace without customer request.
ArcGIS Maps SDK for JavaScript

canSearchPublic System.Nullable<System.Boolean>

When true, the organization’s public items, groups and users are included in search queries.
default true
ArcGIS Maps SDK for JavaScript

canShareBingPublic System.Nullable<System.Boolean>

The Bing key can be shared to the public and is returned as part of a portal’s description call (/sharing/rest/portals/orgid).
default false
ArcGIS Maps SDK for JavaScript

canSharePublic System.Nullable<System.Boolean>

When true, members of the organization can share resources outside the organization.
default false
ArcGIS Maps SDK for JavaScript

canSignInArcGIS System.Nullable<System.Boolean>

Indicates whether to allow an organization with an enterprise IDP configured to be able to turn on or off the ArcGIS sign in.
default false
ArcGIS Maps SDK for JavaScript

canSignInIDP System.Nullable<System.Boolean>

Indicates whether to allow an organization with an enterprise IDP configured to be able to turn on or off the enterprise sign in.
default false
ArcGIS Maps SDK for JavaScript

colorSetsGroupQuery System.String

The query that identifies the group containing the color sets used for rendering in the map viewer.
ArcGIS Maps SDK for JavaScript

commentsEnabled System.Nullable<System.Boolean>

Indicates whether to allow the organization to disable commenting.
default false
ArcGIS Maps SDK for JavaScript

created System.Nullable<System.DateTime>

Date the organization was created.
ArcGIS Maps SDK for JavaScript

culture System.String

The default locale (language and country) information.
ArcGIS Maps SDK for JavaScript

customBaseUrl System.String

The custom base URL for the portal.
ArcGIS Maps SDK for JavaScript

default3DBasemapQuery System.String

The query that defines the default 3d basemap to use in scene views for the portal.
ArcGIS Maps SDK for JavaScript

defaultExtent Extent

The default extent to use for the portal.
ArcGIS Maps SDK for JavaScript

description System.String

A description of the organization/portal.
ArcGIS Maps SDK for JavaScript

devBasemapGalleryGroupQuery System.String

The query that defines the basemaps that should be displayed in the
BasemapGallery when an apiKey is defined.
ArcGIS Maps SDK for JavaScript

eueiEnabled System.Nullable<System.Boolean>

Boolean value indicating whether to opt-in to the Esri
User Experience Improvement (EUEI) program
.
default null
ArcGIS Maps SDK for JavaScript

featuredGroups System.Collections.Generic.IReadOnlyList<PortalFeaturedGroups>

The featured groups for the portal.
ArcGIS Maps SDK for JavaScript

featuredItemsGroupQuery System.String

The query that defines the featured group.
ArcGIS Maps SDK for JavaScript

galleryTemplatesGroupQuery System.String

The query that identifies the group containing features items for the gallery.
ArcGIS Maps SDK for JavaScript

hasCategorySchema System.Nullable<System.Boolean>

Indicates whether the organization has content categories.
default false
ArcGIS Maps SDK for JavaScript

hasClassificationSchema System.Nullable<System.Boolean>

Indicates whether the organization has classification schema.
default false
ArcGIS Maps SDK for JavaScript

helperServices HelperServices

This class contains properties to obtain information for various web services available on the portal.
ArcGIS Maps SDK for JavaScript

homePageFeaturedContent System.String

The group that contains featured content to be displayed on the home page.
ArcGIS Maps SDK for JavaScript

homePageFeaturedContentCount System.Nullable<System.Int32>

The number of featured items that can be displayed on the home page.
ArcGIS Maps SDK for JavaScript

httpPort System.Nullable<System.Double>

The port used by the portal for HTTP communication.
ArcGIS Maps SDK for JavaScript

httpsPort System.Nullable<System.Double>

The port used by the portal for HTTPS communication.
ArcGIS Maps SDK for JavaScript

ipCntryCode System.String

The country code of the calling IP (ArcGIS Online only).
ArcGIS Maps SDK for JavaScript

isPortal System.Nullable<System.Boolean>

Indicates if the portal is on-premises.
ArcGIS Maps SDK for JavaScript

isReadOnly System.Nullable<System.Boolean>

Indicates if the portal is in read-only mode.
ArcGIS Maps SDK for JavaScript

layerTemplatesGroupQuery System.String

The query that identifies the group containing editing templates.
ArcGIS Maps SDK for JavaScript

maxTokenExpirationMinutes System.Nullable<System.Double>

The maximum validity in minutes of tokens issued for users of the organization.
ArcGIS Maps SDK for JavaScript

modified System.Nullable<System.DateTime>

Date the organization was last modified.
ArcGIS Maps SDK for JavaScript

name System.String

Name of the organization.
ArcGIS Maps SDK for JavaScript

portalHostname System.String

URL of the portal host.
ArcGIS Maps SDK for JavaScript

portalId System.String

The id of the organization that owns this portal.
ArcGIS Maps SDK for JavaScript

portalMode System.Nullable<PortalMode>

The portal mode.
ArcGIS Maps SDK for JavaScript

portalProperties PortalProperties

Properties specific to the organization, for example the “contact us” link.
ArcGIS Maps SDK for JavaScript

recycleBinEnabled System.Nullable<System.Boolean>

Indicates whether the recycle bin is enabled for the organization.
ArcGIS Maps SDK for JavaScript

region System.String

The region for the organization.
ArcGIS Maps SDK for JavaScript

rotatorPanels System.Collections.Generic.IReadOnlyList<RotatorPanel>

Custom HTML for the home page.
ArcGIS Maps SDK for JavaScript

showHomePageDescription System.Nullable<System.Boolean>

Indicates whether the description of your organization displays on the home page.
ArcGIS Maps SDK for JavaScript

supportsHostedServices System.Nullable<System.Boolean>

Indicates whether hosted services are supported.
default false
ArcGIS Maps SDK for JavaScript

symbolSetsGroupQuery System.String

The query that defines the symbols sets.
ArcGIS Maps SDK for JavaScript

templatesGroupQuery System.String

The query that defines the collection of templates that will appear in the template
gallery.
ArcGIS Maps SDK for JavaScript

units System.Nullable<PortalUnits>

Sets the units of measure for the organization’s users.
ArcGIS Maps SDK for JavaScript

url System.String

The URL to the portal instance.
ArcGIS Maps SDK for JavaScript

urlKey System.String

The prefix selected by the organization’s administrator to be used with the customBaseURL.
ArcGIS Maps SDK for JavaScript

use3dBasemaps System.Nullable<System.Boolean>

When false, 3D basemaps are hidden from the BasemapGallery, regardless
of the type of the view.
ArcGIS Maps SDK for JavaScript

useDefault3dBasemap System.Nullable<System.Boolean>

When false, The default 3d basemap is not used in the SceneViewer.
ArcGIS Maps SDK for JavaScript

useStandardizedQuery System.Nullable<System.Boolean>

When true, only simple where clauses that are compliant with SQL92 can be used when querying layers and tables.
ArcGIS Maps SDK for JavaScript

useVectorBasemaps System.Nullable<System.Boolean>

When true, the organization has opted in to use the vector tile basemaps,
and (a) vectorBasemapGalleryGroupQuery should
be used instead of basemapGalleryGroupQuery, while
(b) defaultVectorBasemap should be used instead of defaultBasemap.
ArcGIS Maps SDK for JavaScript

vectorBasemapGalleryGroupQuery System.String

The query that defines the vector tiles basemaps that should be displayed in the
BasemapGallery when useVectorBasemaps is true.
ArcGIS Maps SDK for JavaScript

Properties

Portal.Access Property

The access level of the organization.
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalAccess> Access { get; set; }

Property Value

System.Nullable<PortalAccess>

Portal.AllSSL Property

When true, access to the organization’s Portal resources must occur over SSL.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> AllSSL { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.AuthMode Property

The authentication mode for handling authentication when the user attempts to
access a secure resource.
default “auto”
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.AuthMode> AuthMode { get; set; }

Property Value

System.Nullable<AuthMode>

Portal.AuthorizedCrossOriginDomains Property

Array of trusted servers to send credentials to when making Cross-Origin Resource Sharing (CORS) requests to access services
secured with web-tier authentication.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<string>? AuthorizedCrossOriginDomains { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

Portal.BasemapGalleryGroupQuery Property

The query that defines the basemaps that should be displayed in the
BasemapGallery when useVectorBasemaps is not true.
ArcGIS Maps SDK for JavaScript

public string? BasemapGalleryGroupQuery { get; set; }

Property Value

System.String

Portal.BasemapGalleryGroupQuery3D Property

The query that defines the 3D basemaps that should be displayed in the
BasemapGallery.
ArcGIS Maps SDK for JavaScript

public string? BasemapGalleryGroupQuery3D { get; set; }

Property Value

System.String

Portal.BingKey Property

The Bing key to use for web maps using Bing Maps.
ArcGIS Maps SDK for JavaScript

public string? BingKey { get; set; }

Property Value

System.String

Portal.CanListApps Property

Indicates whether an organization can list applications in the marketplace.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanListApps { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.CanListData Property

Indicates whether an organization can list data services in the marketplace.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanListData { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.CanListPreProvisionedItems Property

Indicates whether an organization can list pre-provisioned items in the marketplace.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanListPreProvisionedItems { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.CanProvisionDirectPurchase Property

Indicates whether an organization can provision direct purchases in the marketplace without customer request.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanProvisionDirectPurchase { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.CanSearchPublic Property

When true, the organization’s public items, groups and users are included in search queries.
default true
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanSearchPublic { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.CanShareBingPublic Property

The Bing key can be shared to the public and is returned as part of a portal’s description call (/sharing/rest/portals/orgid).
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanShareBingPublic { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.CanSharePublic Property

When true, members of the organization can share resources outside the organization.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanSharePublic { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.CanSignInArcGIS Property

Indicates whether to allow an organization with an enterprise IDP configured to be able to turn on or off the ArcGIS sign in.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanSignInArcGIS { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.CanSignInIDP Property

Indicates whether to allow an organization with an enterprise IDP configured to be able to turn on or off the enterprise sign in.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CanSignInIDP { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.ColorSetsGroupQuery Property

The query that identifies the group containing the color sets used for rendering in the map viewer.
ArcGIS Maps SDK for JavaScript

public string? ColorSetsGroupQuery { get; set; }

Property Value

System.String

Portal.CommentsEnabled Property

Indicates whether to allow the organization to disable commenting.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CommentsEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.Created Property

Date the organization was created.
ArcGIS Maps SDK for JavaScript

public System.Nullable<System.DateTime> Created { get; set; }

Property Value

System.Nullable<System.DateTime>

Portal.Culture Property

The default locale (language and country) information.
ArcGIS Maps SDK for JavaScript

public string? Culture { get; set; }

Property Value

System.String

Portal.CustomBaseUrl Property

The custom base URL for the portal.
ArcGIS Maps SDK for JavaScript

public string? CustomBaseUrl { get; set; }

Property Value

System.String

Portal.Default3DBasemapQuery Property

The query that defines the default 3d basemap to use in scene views for the portal.
ArcGIS Maps SDK for JavaScript

public string? Default3DBasemapQuery { get; set; }

Property Value

System.String

Portal.DefaultBasemap Property

The default basemap to use for the portal.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Basemap? DefaultBasemap { get; set; }

Property Value

Basemap

Portal.DefaultDevBasemap Property

The default developer basemap to use for the portal when an apiKey is defined.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Basemap? DefaultDevBasemap { get; set; }

Property Value

Basemap

Portal.DefaultExtent Property

The default extent to use for the portal.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Extent? DefaultExtent { get; set; }

Property Value

Extent

Portal.DefaultVectorBasemap Property

The default vector basemap to use for the portal.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Basemap? DefaultVectorBasemap { get; set; }

Property Value

Basemap

Portal.Description Property

A description of the organization/portal.
ArcGIS Maps SDK for JavaScript

public string? Description { get; set; }

Property Value

System.String

Portal.DevBasemapGalleryGroupQuery Property

The query that defines the basemaps that should be displayed in the
BasemapGallery when an apiKey is defined.
ArcGIS Maps SDK for JavaScript

public string? DevBasemapGalleryGroupQuery { get; set; }

Property Value

System.String

Portal.EueiEnabled Property

Boolean value indicating whether to opt-in to the Esri
User Experience Improvement (EUEI) program
.
default null
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> EueiEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.FeaturedGroups Property

The featured groups for the portal.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.PortalFeaturedGroups>? FeaturedGroups { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<PortalFeaturedGroups>

Portal.FeaturedItemsGroupQuery Property

The query that defines the featured group.
ArcGIS Maps SDK for JavaScript

public string? FeaturedItemsGroupQuery { get; set; }

Property Value

System.String

Portal.GalleryTemplatesGroupQuery Property

The query that identifies the group containing features items for the gallery.
ArcGIS Maps SDK for JavaScript

public string? GalleryTemplatesGroupQuery { get; set; }

Property Value

System.String

Portal.HasCategorySchema Property

Indicates whether the organization has content categories.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> HasCategorySchema { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.HasClassificationSchema Property

Indicates whether the organization has classification schema.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> HasClassificationSchema { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.HelperServices Property

This class contains properties to obtain information for various web services available on the portal.
ArcGIS Maps SDK for JavaScript

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

Property Value

HelperServices

Portal.HomePageFeaturedContent Property

The group that contains featured content to be displayed on the home page.
ArcGIS Maps SDK for JavaScript

public string? HomePageFeaturedContent { get; set; }

Property Value

System.String

Portal.HomePageFeaturedContentCount Property

The number of featured items that can be displayed on the home page.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> HomePageFeaturedContentCount { get; set; }

Property Value

System.Nullable<System.Int32>

Portal.HttpPort Property

The port used by the portal for HTTP communication.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> HttpPort { get; set; }

Property Value

System.Nullable<System.Double>

Portal.HttpsPort Property

The port used by the portal for HTTPS communication.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> HttpsPort { get; set; }

Property Value

System.Nullable<System.Double>

Portal.IpCntryCode Property

The country code of the calling IP (ArcGIS Online only).
ArcGIS Maps SDK for JavaScript

public string? IpCntryCode { get; set; }

Property Value

System.String

Portal.IsOrganization Property

Indicates whether the portal is an organization.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> IsOrganization { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.IsPortal Property

Indicates if the portal is on-premises.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> IsPortal { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.IsReadOnly Property

Indicates if the portal is in read-only mode.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> IsReadOnly { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.LayerTemplatesGroupQuery Property

The query that identifies the group containing editing templates.
ArcGIS Maps SDK for JavaScript

public string? LayerTemplatesGroupQuery { get; set; }

Property Value

System.String

Portal.Loaded Property

Indicates whether the portal’s resources have loaded.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Loaded { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.MaxTokenExpirationMinutes Property

The maximum validity in minutes of tokens issued for users of the organization.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> MaxTokenExpirationMinutes { get; set; }

Property Value

System.Nullable<System.Double>

Portal.Modified Property

Date the organization was last modified.
ArcGIS Maps SDK for JavaScript

public System.Nullable<System.DateTime> Modified { get; set; }

Property Value

System.Nullable<System.DateTime>

Portal.Name Property

Name of the organization.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String

Portal.PortalHostname Property

URL of the portal host.
ArcGIS Maps SDK for JavaScript

public string? PortalHostname { get; set; }

Property Value

System.String

Portal.PortalId Property

The id of the organization that owns this portal.
ArcGIS Maps SDK for JavaScript

public string? PortalId { get; set; }

Property Value

System.String

Portal.PortalMode Property

The portal mode.
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalMode> PortalMode { get; set; }

Property Value

System.Nullable<PortalMode>

Portal.PortalProperties Property

Properties specific to the organization, for example the “contact us” link.
ArcGIS Maps SDK for JavaScript

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

Property Value

PortalProperties

Portal.RecycleBinEnabled Property

Indicates whether the recycle bin is enabled for the organization.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> RecycleBinEnabled { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.Region Property

The region for the organization.
ArcGIS Maps SDK for JavaScript

public string? Region { get; set; }

Property Value

System.String

Portal.RestUrl Property

The REST URL for the portal, for example “https://www.arcgis.com/sharing/rest” for ArcGIS Online
and “https://www.example.com/arcgis/sharing/rest” for your in-house portal.
ArcGIS Maps SDK for JavaScript

public string? RestUrl { get; set; }

Property Value

System.String

Portal.RotatorPanels Property

Custom HTML for the home page.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.RotatorPanel>? RotatorPanels { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<RotatorPanel>

Portal.ShowHomePageDescription Property

Indicates whether the description of your organization displays on the home page.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> ShowHomePageDescription { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.SourceJSON Property

The JSON used to create the property values when the Portal is loaded.
ArcGIS Maps SDK for JavaScript

public string? SourceJSON { get; set; }

Property Value

System.String

Portal.SupportsHostedServices Property

Indicates whether hosted services are supported.
default false
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsHostedServices { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.SymbolSetsGroupQuery Property

The query that defines the symbols sets.
ArcGIS Maps SDK for JavaScript

public string? SymbolSetsGroupQuery { get; set; }

Property Value

System.String

Portal.TemplatesGroupQuery Property

The query that defines the collection of templates that will appear in the template
gallery.
ArcGIS Maps SDK for JavaScript

public string? TemplatesGroupQuery { get; set; }

Property Value

System.String

Portal.ThumbnailUrl Property

The URL to the thumbnail of the organization.
ArcGIS Maps SDK for JavaScript

public string? ThumbnailUrl { get; set; }

Property Value

System.String

Portal.Units Property

Sets the units of measure for the organization’s users.
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalUnits> Units { get; set; }

Property Value

System.Nullable<PortalUnits>

Portal.Url Property

The URL to the portal instance.

public string? Url { get; set; }

Property Value

System.String

Portal.UrlKey Property

The prefix selected by the organization’s administrator to be used with the customBaseURL.
ArcGIS Maps SDK for JavaScript

public string? UrlKey { get; set; }

Property Value

System.String

Portal.Use3dBasemaps Property

When false, 3D basemaps are hidden from the BasemapGallery, regardless
of the type of the view.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Use3dBasemaps { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.UseDefault3dBasemap Property

When false, The default 3d basemap is not used in the SceneViewer.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> UseDefault3dBasemap { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.User Property

Information representing a registered user of the portal.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.PortalUser? User { get; set; }

Property Value

PortalUser

Portal.UseStandardizedQuery Property

When true, only simple where clauses that are compliant with SQL92 can be used when querying layers and tables.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> UseStandardizedQuery { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.UseVectorBasemaps Property

When true, the organization has opted in to use the vector tile basemaps,
and (a) vectorBasemapGalleryGroupQuery should
be used instead of basemapGalleryGroupQuery, while
(b) defaultVectorBasemap should be used instead of defaultBasemap.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> UseVectorBasemaps { get; set; }

Property Value

System.Nullable<System.Boolean>

Portal.VectorBasemapGalleryGroupQuery Property

The query that defines the vector tiles basemaps that should be displayed in the
BasemapGallery when useVectorBasemaps is true.
ArcGIS Maps SDK for JavaScript

public string? VectorBasemapGalleryGroupQuery { get; set; }

Property Value

System.String

Methods

Portal.AddToAuthorizedCrossOriginDomains(string[]) Method

Asynchronously adds elements to the AuthorizedCrossOriginDomains property.

public System.Threading.Tasks.Task AddToAuthorizedCrossOriginDomains(params string[] values);

Parameters

values System.String[]

The elements to add.

Returns

System.Threading.Tasks.Task

Portal.AddToFeaturedGroups(PortalFeaturedGroups[]) Method

Asynchronously adds elements to the FeaturedGroups property.

public System.Threading.Tasks.Task AddToFeaturedGroups(params dymaptic.GeoBlazor.Core.Components.PortalFeaturedGroups[] values);

Parameters

values PortalFeaturedGroups[]

The elements to add.

Returns

System.Threading.Tasks.Task

Portal.AddToRotatorPanels(RotatorPanel[]) Method

Asynchronously adds elements to the RotatorPanels property.

public System.Threading.Tasks.Task AddToRotatorPanels(params dymaptic.GeoBlazor.Core.Model.RotatorPanel[] values);

Parameters

values RotatorPanel[]

The elements to add.

Returns

System.Threading.Tasks.Task

Portal.CancelLoad() Method

Cancels a load() operation if it is already in progress.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task CancelLoad();

Returns

System.Threading.Tasks.Task

Portal.CreateElevationLayers() Method

A helper function that returns an array of ElevationsLayers derived from the Portal’s Limited Error Raster Compression (LERC) elevation helper service.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Interfaces.IElevationLayer[]?> CreateElevationLayers();

Returns

System.Threading.Tasks.Task<IElevationLayer[]>

Portal.FetchBasemaps(string, PortalFetchBasemapsOptions, CancellationToken) Method

Fetches the basemaps that are displayed in the
BasemapGallery.
param options An object with the following properties.
param options.include3d When true the basemaps based on basemapGalleryGroupQuery3D are also fetched, if no basemapGalleryGroupQuery is passed as an argument. When true and a custom basemapGalleryGroupQuery is passed, also 3D basemaps from the custom group are fetched. When not specified, it will default to use3dBasemaps.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Basemap[]?> FetchBasemaps(string basemapGalleryGroupQuery, dymaptic.GeoBlazor.Core.Options.PortalFetchBasemapsOptions options, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

basemapGalleryGroupQuery System.String

When provided, this argument is used to fetch basemaps based on input query parameters.

options PortalFetchBasemapsOptions

  • options.signal: Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an Error named AbortError when an abort is signaled. See also AbortController for more information on how to construct a controller that can be used to deliver abort signals.

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<Basemap[]>

Portal.FetchCategorySchema(CancellationToken) Method

If present, fetches the organization’s category schema.
param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an Error named AbortError when an abort is signaled. See also AbortController for more information on how to construct a controller that can be used to deliver abort signals.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<string[]?> FetchCategorySchema(System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<System.String[]>

Portal.FetchClassificationSchema(CancellationToken) Method

If present, fetches the organization’s classification schema.
param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an Error named AbortError when an abort is signaled. See also AbortController for more information on how to construct a controller that can be used to deliver abort signals.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<string?> FetchClassificationSchema(System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<System.String>

Portal.FetchDefault3DBasemap(CancellationToken) Method

Fetches the default 3d Basemap to use in SceneView for this portal.
param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an Error named AbortError when an abort is signaled. See also AbortController for more information on how to construct a controller that can be used to deliver abort signals.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Basemap?> FetchDefault3DBasemap(System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<Basemap>

Portal.FetchFeaturedGroups(CancellationToken) Method

Fetches the featured groups in the Portal.
param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an Error named AbortError when an abort is signaled. See also AbortController for more information on how to construct a controller that can be used to deliver abort signals.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.PortalGroup[]?> FetchFeaturedGroups(System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<PortalGroup[]>

Portal.FetchRegions(CancellationToken) Method

Fetches and returns the associated regions with the portal instance.
param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an Error named AbortError when an abort is signaled. See also AbortController for more information on how to construct a controller that can be used to deliver abort signals.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<string[]?> FetchRegions(System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<System.String[]>

Portal.FetchSettings(CancellationToken) Method

Fetches and returns the portal settings as seen by the current user(s), whether anonymous or signed in.
param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an Error named AbortError when an abort is signaled. See also AbortController for more information on how to construct a controller that can be used to deliver abort signals.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<string?> FetchSettings(System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetAccess() Method

Asynchronously retrieve the current value of the Access property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalAccess>> GetAccess();

Returns

System.Threading.Tasks.Task<System.Nullable<PortalAccess>>

Portal.GetAllSSL() Method

Asynchronously retrieve the current value of the AllSSL property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetAllSSL();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetAuthMode() Method

Asynchronously retrieve the current value of the AuthMode property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.AuthMode>> GetAuthMode();

Returns

System.Threading.Tasks.Task<System.Nullable<AuthMode>>

Portal.GetAuthorizedCrossOriginDomains() Method

Asynchronously retrieve the current value of the AuthorizedCrossOriginDomains property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<string>?> GetAuthorizedCrossOriginDomains();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<System.String>>

Portal.GetBasemapGalleryGroupQuery() Method

Asynchronously retrieve the current value of the BasemapGalleryGroupQuery property.

public System.Threading.Tasks.Task<string?> GetBasemapGalleryGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetBasemapGalleryGroupQuery3D() Method

Asynchronously retrieve the current value of the BasemapGalleryGroupQuery3D property.

public System.Threading.Tasks.Task<string?> GetBasemapGalleryGroupQuery3D();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetBingKey() Method

Asynchronously retrieve the current value of the BingKey property.

public System.Threading.Tasks.Task<string?> GetBingKey();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetCanListApps() Method

Asynchronously retrieve the current value of the CanListApps property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanListApps();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCanListData() Method

Asynchronously retrieve the current value of the CanListData property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanListData();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCanListPreProvisionedItems() Method

Asynchronously retrieve the current value of the CanListPreProvisionedItems property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanListPreProvisionedItems();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCanProvisionDirectPurchase() Method

Asynchronously retrieve the current value of the CanProvisionDirectPurchase property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanProvisionDirectPurchase();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCanSearchPublic() Method

Asynchronously retrieve the current value of the CanSearchPublic property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanSearchPublic();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCanShareBingPublic() Method

Asynchronously retrieve the current value of the CanShareBingPublic property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanShareBingPublic();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCanSharePublic() Method

Asynchronously retrieve the current value of the CanSharePublic property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanSharePublic();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCanSignInArcGIS() Method

Asynchronously retrieve the current value of the CanSignInArcGIS property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanSignInArcGIS();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCanSignInIDP() Method

Asynchronously retrieve the current value of the CanSignInIDP property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCanSignInIDP();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetColorSetsGroupQuery() Method

Asynchronously retrieve the current value of the ColorSetsGroupQuery property.

public System.Threading.Tasks.Task<string?> GetColorSetsGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetCommentsEnabled() Method

Asynchronously retrieve the current value of the CommentsEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCommentsEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetCreated() Method

Asynchronously retrieve the current value of the Created property.

public System.Threading.Tasks.Task<System.Nullable<System.DateTime>> GetCreated();

Returns

System.Threading.Tasks.Task<System.Nullable<System.DateTime>>

Portal.GetCulture() Method

Asynchronously retrieve the current value of the Culture property.

public System.Threading.Tasks.Task<string?> GetCulture();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetCustomBaseUrl() Method

Asynchronously retrieve the current value of the CustomBaseUrl property.

public System.Threading.Tasks.Task<string?> GetCustomBaseUrl();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetDefault3DBasemapQuery() Method

Asynchronously retrieve the current value of the Default3DBasemapQuery property.

public System.Threading.Tasks.Task<string?> GetDefault3DBasemapQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetDefaultExtent() Method

Asynchronously retrieve the current value of the DefaultExtent property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Geometries.Extent?> GetDefaultExtent();

Returns

System.Threading.Tasks.Task<Extent>

Portal.GetDescription() Method

Asynchronously retrieve the current value of the Description property.

public System.Threading.Tasks.Task<string?> GetDescription();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetDevBasemapGalleryGroupQuery() Method

Asynchronously retrieve the current value of the DevBasemapGalleryGroupQuery property.

public System.Threading.Tasks.Task<string?> GetDevBasemapGalleryGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetEueiEnabled() Method

Asynchronously retrieve the current value of the EueiEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetEueiEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetFeaturedGroups() Method

Asynchronously retrieve the current value of the FeaturedGroups property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.PortalFeaturedGroups>?> GetFeaturedGroups();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<PortalFeaturedGroups>>

Portal.GetFeaturedItemsGroupQuery() Method

Asynchronously retrieve the current value of the FeaturedItemsGroupQuery property.

public System.Threading.Tasks.Task<string?> GetFeaturedItemsGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetGalleryTemplatesGroupQuery() Method

Asynchronously retrieve the current value of the GalleryTemplatesGroupQuery property.

public System.Threading.Tasks.Task<string?> GetGalleryTemplatesGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetHasCategorySchema() Method

Asynchronously retrieve the current value of the HasCategorySchema property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHasCategorySchema();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetHasClassificationSchema() Method

Asynchronously retrieve the current value of the HasClassificationSchema property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHasClassificationSchema();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetHelperServices() Method

Asynchronously retrieve the current value of the HelperServices property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.HelperServices?> GetHelperServices();

Returns

System.Threading.Tasks.Task<HelperServices>

Portal.GetHomePageFeaturedContent() Method

Asynchronously retrieve the current value of the HomePageFeaturedContent property.

public System.Threading.Tasks.Task<string?> GetHomePageFeaturedContent();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetHomePageFeaturedContentCount() Method

Asynchronously retrieve the current value of the HomePageFeaturedContentCount property.

public System.Threading.Tasks.Task<System.Nullable<int>> GetHomePageFeaturedContentCount();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

Portal.GetHttpPort() Method

Asynchronously retrieve the current value of the HttpPort property.

public System.Threading.Tasks.Task<System.Nullable<double>> GetHttpPort();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Double>>

Portal.GetHttpsPort() Method

Asynchronously retrieve the current value of the HttpsPort property.

public System.Threading.Tasks.Task<System.Nullable<double>> GetHttpsPort();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Double>>

Portal.GetIpCntryCode() Method

Asynchronously retrieve the current value of the IpCntryCode property.

public System.Threading.Tasks.Task<string?> GetIpCntryCode();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetIsOrganization() Method

Asynchronously retrieve the current value of the IsOrganization property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetIsOrganization();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetIsPortal() Method

Asynchronously retrieve the current value of the IsPortal property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetIsPortal();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetIsReadOnly() Method

Asynchronously retrieve the current value of the IsReadOnly property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetIsReadOnly();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetLayerTemplatesGroupQuery() Method

Asynchronously retrieve the current value of the LayerTemplatesGroupQuery property.

public System.Threading.Tasks.Task<string?> GetLayerTemplatesGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetLoaded() Method

Asynchronously retrieve the current value of the Loaded property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetLoaded();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetMaxTokenExpirationMinutes() Method

Asynchronously retrieve the current value of the MaxTokenExpirationMinutes property.

public System.Threading.Tasks.Task<System.Nullable<double>> GetMaxTokenExpirationMinutes();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Double>>

Portal.GetModified() Method

Asynchronously retrieve the current value of the Modified property.

public System.Threading.Tasks.Task<System.Nullable<System.DateTime>> GetModified();

Returns

System.Threading.Tasks.Task<System.Nullable<System.DateTime>>

Portal.GetName() Method

Asynchronously retrieve the current value of the Name property.

public System.Threading.Tasks.Task<string?> GetName();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetPortalHostname() Method

Asynchronously retrieve the current value of the PortalHostname property.

public System.Threading.Tasks.Task<string?> GetPortalHostname();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetPortalId() Method

Asynchronously retrieve the current value of the PortalId property.

public System.Threading.Tasks.Task<string?> GetPortalId();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetPortalMode() Method

Asynchronously retrieve the current value of the PortalMode property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalMode>> GetPortalMode();

Returns

System.Threading.Tasks.Task<System.Nullable<PortalMode>>

Portal.GetPortalProperties() Method

Asynchronously retrieve the current value of the PortalProperties property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.PortalProperties?> GetPortalProperties();

Returns

System.Threading.Tasks.Task<PortalProperties>

Portal.GetRecycleBinEnabled() Method

Asynchronously retrieve the current value of the RecycleBinEnabled property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetRecycleBinEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetRegion() Method

Asynchronously retrieve the current value of the Region property.

public System.Threading.Tasks.Task<string?> GetRegion();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetRestUrl() Method

Asynchronously retrieve the current value of the RestUrl property.

public System.Threading.Tasks.Task<string?> GetRestUrl();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetRotatorPanels() Method

Asynchronously retrieve the current value of the RotatorPanels property.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.RotatorPanel>?> GetRotatorPanels();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<RotatorPanel>>

Portal.GetShowHomePageDescription() Method

Asynchronously retrieve the current value of the ShowHomePageDescription property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetShowHomePageDescription();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetSourceJSON() Method

Asynchronously retrieve the current value of the SourceJSON property.

public System.Threading.Tasks.Task<string?> GetSourceJSON();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetSupportsHostedServices() Method

Asynchronously retrieve the current value of the SupportsHostedServices property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsHostedServices();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetSymbolSetsGroupQuery() Method

Asynchronously retrieve the current value of the SymbolSetsGroupQuery property.

public System.Threading.Tasks.Task<string?> GetSymbolSetsGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetTemplatesGroupQuery() Method

Asynchronously retrieve the current value of the TemplatesGroupQuery property.

public System.Threading.Tasks.Task<string?> GetTemplatesGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetThumbnailUrl() Method

Asynchronously retrieve the current value of the ThumbnailUrl property.

public System.Threading.Tasks.Task<string?> GetThumbnailUrl();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetUnits() Method

Asynchronously retrieve the current value of the Units property.

public System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalUnits>> GetUnits();

Returns

System.Threading.Tasks.Task<System.Nullable<PortalUnits>>

Portal.GetUrl() Method

Asynchronously retrieve the current value of the Url property.

public System.Threading.Tasks.Task<string?> GetUrl();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetUrlKey() Method

Asynchronously retrieve the current value of the UrlKey property.

public System.Threading.Tasks.Task<string?> GetUrlKey();

Returns

System.Threading.Tasks.Task<System.String>

Portal.GetUse3dBasemaps() Method

Asynchronously retrieve the current value of the Use3dBasemaps property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetUse3dBasemaps();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetUseDefault3dBasemap() Method

Asynchronously retrieve the current value of the UseDefault3dBasemap property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetUseDefault3dBasemap();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetUseStandardizedQuery() Method

Asynchronously retrieve the current value of the UseStandardizedQuery property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetUseStandardizedQuery();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetUseVectorBasemaps() Method

Asynchronously retrieve the current value of the UseVectorBasemaps property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetUseVectorBasemaps();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.GetVectorBasemapGalleryGroupQuery() Method

Asynchronously retrieve the current value of the VectorBasemapGalleryGroupQuery property.

public System.Threading.Tasks.Task<string?> GetVectorBasemapGalleryGroupQuery();

Returns

System.Threading.Tasks.Task<System.String>

Portal.IsFulfilled() Method

isFulfilled() may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<System.Nullable<bool>> IsFulfilled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.IsRejected() Method

isRejected() may be used to verify if creating an instance of the class is rejected.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<System.Nullable<bool>> IsRejected();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.IsResolved() Method

isResolved() may be used to verify if creating an instance of the class is resolved.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<System.Nullable<bool>> IsResolved();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

Portal.Load(CancellationToken) Method

Loads the resources referenced by this class.
param options.signal Signal object that can be used to abort the asynchronous task. The returned promise will be rejected with an Error named AbortError when an abort is signaled. See also AbortController for more information on how to construct a controller that can be used to deliver abort signals.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<string?> Load(System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<System.String>

Portal.QueryGroups(PortalQueryParams, CancellationToken) Method

Executes a query against the Portal to return an array of
PortalGroup objects that match the input query.
param options An object with the following properties.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Results.PortalQueryResult?> QueryGroups(dymaptic.GeoBlazor.Core.Model.PortalQueryParams queryParams, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

queryParams PortalQueryParams

The input query parameters defined in PortalQueryParams.

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<PortalQueryResult>

Portal.QueryItems(PortalQueryParams, CancellationToken) Method

Executes a query against the Portal to return an array of PortalItem
objects that match the input query.
param options An object with the following properties.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Results.PortalQueryResult?> QueryItems(dymaptic.GeoBlazor.Core.Model.PortalQueryParams queryParams, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

queryParams PortalQueryParams

The input query parameters defined in PortalQueryParams.

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<PortalQueryResult>

Portal.QueryUsers(PortalQueryParams, CancellationToken) Method

Executes a query against the Portal to return an array of PortalUser
objects that match the input query.
param options An object with the following properties.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Results.PortalQueryResult?> QueryUsers(dymaptic.GeoBlazor.Core.Model.PortalQueryParams queryParams, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken));

Parameters

queryParams PortalQueryParams

The input query parameters defined in PortalQueryParams.

cancellationToken System.Threading.CancellationToken

The CancellationToken to cancel an asynchronous operation.

Returns

System.Threading.Tasks.Task<PortalQueryResult>

Portal.RemoveFromAuthorizedCrossOriginDomains(string[]) Method

Asynchronously remove an element from the AuthorizedCrossOriginDomains property.

public System.Threading.Tasks.Task RemoveFromAuthorizedCrossOriginDomains(params string[] values);

Parameters

values System.String[]

The elements to remove.

Returns

System.Threading.Tasks.Task

Portal.RemoveFromFeaturedGroups(PortalFeaturedGroups[]) Method

Asynchronously remove an element from the FeaturedGroups property.

public System.Threading.Tasks.Task RemoveFromFeaturedGroups(params dymaptic.GeoBlazor.Core.Components.PortalFeaturedGroups[] values);

Parameters

values PortalFeaturedGroups[]

The elements to remove.

Returns

System.Threading.Tasks.Task

Portal.RemoveFromRotatorPanels(RotatorPanel[]) Method

Asynchronously remove an element from the RotatorPanels property.

public System.Threading.Tasks.Task RemoveFromRotatorPanels(params dymaptic.GeoBlazor.Core.Model.RotatorPanel[] values);

Parameters

values RotatorPanel[]

The elements to remove.

Returns

System.Threading.Tasks.Task

Portal.SetAccess(Nullable) Method

Asynchronously set the value of the Access property after render.

public System.Threading.Tasks.Task SetAccess(System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalAccess> value);

Parameters

value System.Nullable<PortalAccess>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetAllSSL(Nullable) Method

Asynchronously set the value of the AllSSL property after render.

public System.Threading.Tasks.Task SetAllSSL(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetAuthMode(Nullable) Method

Asynchronously set the value of the AuthMode property after render.

public System.Threading.Tasks.Task SetAuthMode(System.Nullable<dymaptic.GeoBlazor.Core.Enums.AuthMode> value);

Parameters

value System.Nullable<AuthMode>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetAuthorizedCrossOriginDomains(IReadOnlyList) Method

Asynchronously set the value of the AuthorizedCrossOriginDomains property after render.

public System.Threading.Tasks.Task SetAuthorizedCrossOriginDomains(System.Collections.Generic.IReadOnlyList<string>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<System.String>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetBasemapGalleryGroupQuery(string) Method

Asynchronously set the value of the BasemapGalleryGroupQuery property after render.

public System.Threading.Tasks.Task SetBasemapGalleryGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetBasemapGalleryGroupQuery3D(string) Method

Asynchronously set the value of the BasemapGalleryGroupQuery3D property after render.

public System.Threading.Tasks.Task SetBasemapGalleryGroupQuery3D(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetBingKey(string) Method

Asynchronously set the value of the BingKey property after render.

public System.Threading.Tasks.Task SetBingKey(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanListApps(Nullable) Method

Asynchronously set the value of the CanListApps property after render.

public System.Threading.Tasks.Task SetCanListApps(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanListData(Nullable) Method

Asynchronously set the value of the CanListData property after render.

public System.Threading.Tasks.Task SetCanListData(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanListPreProvisionedItems(Nullable) Method

Asynchronously set the value of the CanListPreProvisionedItems property after render.

public System.Threading.Tasks.Task SetCanListPreProvisionedItems(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanProvisionDirectPurchase(Nullable) Method

Asynchronously set the value of the CanProvisionDirectPurchase property after render.

public System.Threading.Tasks.Task SetCanProvisionDirectPurchase(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanSearchPublic(Nullable) Method

Asynchronously set the value of the CanSearchPublic property after render.

public System.Threading.Tasks.Task SetCanSearchPublic(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanShareBingPublic(Nullable) Method

Asynchronously set the value of the CanShareBingPublic property after render.

public System.Threading.Tasks.Task SetCanShareBingPublic(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanSharePublic(Nullable) Method

Asynchronously set the value of the CanSharePublic property after render.

public System.Threading.Tasks.Task SetCanSharePublic(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanSignInArcGIS(Nullable) Method

Asynchronously set the value of the CanSignInArcGIS property after render.

public System.Threading.Tasks.Task SetCanSignInArcGIS(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCanSignInIDP(Nullable) Method

Asynchronously set the value of the CanSignInIDP property after render.

public System.Threading.Tasks.Task SetCanSignInIDP(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetColorSetsGroupQuery(string) Method

Asynchronously set the value of the ColorSetsGroupQuery property after render.

public System.Threading.Tasks.Task SetColorSetsGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCommentsEnabled(Nullable) Method

Asynchronously set the value of the CommentsEnabled property after render.

public System.Threading.Tasks.Task SetCommentsEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCreated(Nullable) Method

Asynchronously set the value of the Created property after render.

public System.Threading.Tasks.Task SetCreated(System.Nullable<System.DateTime> value);

Parameters

value System.Nullable<System.DateTime>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCulture(string) Method

Asynchronously set the value of the Culture property after render.

public System.Threading.Tasks.Task SetCulture(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetCustomBaseUrl(string) Method

Asynchronously set the value of the CustomBaseUrl property after render.

public System.Threading.Tasks.Task SetCustomBaseUrl(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetDefault3DBasemapQuery(string) Method

Asynchronously set the value of the Default3DBasemapQuery property after render.

public System.Threading.Tasks.Task SetDefault3DBasemapQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetDefaultExtent(Extent) Method

Asynchronously set the value of the DefaultExtent property after render.

public System.Threading.Tasks.Task SetDefaultExtent(dymaptic.GeoBlazor.Core.Components.Geometries.Extent? value);

Parameters

value Extent

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetDescription(string) Method

Asynchronously set the value of the Description property after render.

public System.Threading.Tasks.Task SetDescription(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetDevBasemapGalleryGroupQuery(string) Method

Asynchronously set the value of the DevBasemapGalleryGroupQuery property after render.

public System.Threading.Tasks.Task SetDevBasemapGalleryGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetEueiEnabled(Nullable) Method

Asynchronously set the value of the EueiEnabled property after render.

public System.Threading.Tasks.Task SetEueiEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetFeaturedGroups(IReadOnlyList) Method

Asynchronously set the value of the FeaturedGroups property after render.

public System.Threading.Tasks.Task SetFeaturedGroups(System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.PortalFeaturedGroups>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<PortalFeaturedGroups>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetFeaturedItemsGroupQuery(string) Method

Asynchronously set the value of the FeaturedItemsGroupQuery property after render.

public System.Threading.Tasks.Task SetFeaturedItemsGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetGalleryTemplatesGroupQuery(string) Method

Asynchronously set the value of the GalleryTemplatesGroupQuery property after render.

public System.Threading.Tasks.Task SetGalleryTemplatesGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetHasCategorySchema(Nullable) Method

Asynchronously set the value of the HasCategorySchema property after render.

public System.Threading.Tasks.Task SetHasCategorySchema(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetHasClassificationSchema(Nullable) Method

Asynchronously set the value of the HasClassificationSchema property after render.

public System.Threading.Tasks.Task SetHasClassificationSchema(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetHelperServices(HelperServices) Method

Asynchronously set the value of the HelperServices property after render.

public System.Threading.Tasks.Task SetHelperServices(dymaptic.GeoBlazor.Core.Model.HelperServices? value);

Parameters

value HelperServices

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetHomePageFeaturedContent(string) Method

Asynchronously set the value of the HomePageFeaturedContent property after render.

public System.Threading.Tasks.Task SetHomePageFeaturedContent(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetHomePageFeaturedContentCount(Nullable) Method

Asynchronously set the value of the HomePageFeaturedContentCount property after render.

public System.Threading.Tasks.Task SetHomePageFeaturedContentCount(System.Nullable<int> value);

Parameters

value System.Nullable<System.Int32>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetHttpPort(Nullable) Method

Asynchronously set the value of the HttpPort property after render.

public System.Threading.Tasks.Task SetHttpPort(System.Nullable<double> value);

Parameters

value System.Nullable<System.Double>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetHttpsPort(Nullable) Method

Asynchronously set the value of the HttpsPort property after render.

public System.Threading.Tasks.Task SetHttpsPort(System.Nullable<double> value);

Parameters

value System.Nullable<System.Double>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetIpCntryCode(string) Method

Asynchronously set the value of the IpCntryCode property after render.

public System.Threading.Tasks.Task SetIpCntryCode(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetIsPortal(Nullable) Method

Asynchronously set the value of the IsPortal property after render.

public System.Threading.Tasks.Task SetIsPortal(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetIsReadOnly(Nullable) Method

Asynchronously set the value of the IsReadOnly property after render.

public System.Threading.Tasks.Task SetIsReadOnly(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetLayerTemplatesGroupQuery(string) Method

Asynchronously set the value of the LayerTemplatesGroupQuery property after render.

public System.Threading.Tasks.Task SetLayerTemplatesGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetMaxTokenExpirationMinutes(Nullable) Method

Asynchronously set the value of the MaxTokenExpirationMinutes property after render.

public System.Threading.Tasks.Task SetMaxTokenExpirationMinutes(System.Nullable<double> value);

Parameters

value System.Nullable<System.Double>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetModified(Nullable) Method

Asynchronously set the value of the Modified property after render.

public System.Threading.Tasks.Task SetModified(System.Nullable<System.DateTime> value);

Parameters

value System.Nullable<System.DateTime>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetName(string) Method

Asynchronously set the value of the Name property after render.

public System.Threading.Tasks.Task SetName(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetPortalHostname(string) Method

Asynchronously set the value of the PortalHostname property after render.

public System.Threading.Tasks.Task SetPortalHostname(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetPortalId(string) Method

Asynchronously set the value of the PortalId property after render.

public System.Threading.Tasks.Task SetPortalId(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetPortalMode(Nullable) Method

Asynchronously set the value of the PortalMode property after render.

public System.Threading.Tasks.Task SetPortalMode(System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalMode> value);

Parameters

value System.Nullable<PortalMode>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetPortalProperties(PortalProperties) Method

Asynchronously set the value of the PortalProperties property after render.

public System.Threading.Tasks.Task SetPortalProperties(dymaptic.GeoBlazor.Core.Model.PortalProperties? value);

Parameters

value PortalProperties

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetRecycleBinEnabled(Nullable) Method

Asynchronously set the value of the RecycleBinEnabled property after render.

public System.Threading.Tasks.Task SetRecycleBinEnabled(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetRegion(string) Method

Asynchronously set the value of the Region property after render.

public System.Threading.Tasks.Task SetRegion(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetRotatorPanels(IReadOnlyList) Method

Asynchronously set the value of the RotatorPanels property after render.

public System.Threading.Tasks.Task SetRotatorPanels(System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.RotatorPanel>? value);

Parameters

value System.Collections.Generic.IReadOnlyList<RotatorPanel>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetShowHomePageDescription(Nullable) Method

Asynchronously set the value of the ShowHomePageDescription property after render.

public System.Threading.Tasks.Task SetShowHomePageDescription(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetSupportsHostedServices(Nullable) Method

Asynchronously set the value of the SupportsHostedServices property after render.

public System.Threading.Tasks.Task SetSupportsHostedServices(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetSymbolSetsGroupQuery(string) Method

Asynchronously set the value of the SymbolSetsGroupQuery property after render.

public System.Threading.Tasks.Task SetSymbolSetsGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetTemplatesGroupQuery(string) Method

Asynchronously set the value of the TemplatesGroupQuery property after render.

public System.Threading.Tasks.Task SetTemplatesGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetUnits(Nullable) Method

Asynchronously set the value of the Units property after render.

public System.Threading.Tasks.Task SetUnits(System.Nullable<dymaptic.GeoBlazor.Core.Enums.PortalUnits> value);

Parameters

value System.Nullable<PortalUnits>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetUrl(string) Method

Asynchronously set the value of the Url property after render.

public System.Threading.Tasks.Task SetUrl(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetUrlKey(string) Method

Asynchronously set the value of the UrlKey property after render.

public System.Threading.Tasks.Task SetUrlKey(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetUse3dBasemaps(Nullable) Method

Asynchronously set the value of the Use3dBasemaps property after render.

public System.Threading.Tasks.Task SetUse3dBasemaps(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetUseDefault3dBasemap(Nullable) Method

Asynchronously set the value of the UseDefault3dBasemap property after render.

public System.Threading.Tasks.Task SetUseDefault3dBasemap(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetUseStandardizedQuery(Nullable) Method

Asynchronously set the value of the UseStandardizedQuery property after render.

public System.Threading.Tasks.Task SetUseStandardizedQuery(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetUseVectorBasemaps(Nullable) Method

Asynchronously set the value of the UseVectorBasemaps property after render.

public System.Threading.Tasks.Task SetUseVectorBasemaps(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

Portal.SetVectorBasemapGalleryGroupQuery(string) Method

Asynchronously set the value of the VectorBasemapGalleryGroupQuery property after render.

public System.Threading.Tasks.Task SetVectorBasemapGalleryGroupQuery(string? value);

Parameters

value System.String

The value to set.

Returns

System.Threading.Tasks.Task

Portal.ValidateRequiredGeneratedChildren() Method

Validates source-generated child components.

public override void ValidateRequiredGeneratedChildren();

Implements ValidateRequiredGeneratedChildren()

Portal.When(Func, Func) Method

when() may be leveraged once an instance of the class is created.
param errback The function to execute when the promise fails.
ArcGIS Maps SDK for JavaScript

public System.Threading.Tasks.Task<string?> When(System.Func<System.Threading.Tasks.Task> callback, System.Func<System.Threading.Tasks.Task> errback);

Parameters

callback System.Func<System.Threading.Tasks.Task>

The function to call when the promise resolves.

errback System.Func<System.Threading.Tasks.Task>

The function to execute when the promise fails.

Returns

System.Threading.Tasks.Task<System.String>