Portal
An object that represents a portal.
See also
Constructors
Creates a portal object. Use this constructor to create a portal from an URL.
Types
Functions
Cancels loading metadata for the Loadable object.
Fetch a list of Basemap as specified by PortalInfo.basemapGalleryGroupQuery
Executes a portal query to fetch the developer basemaps for this portal. A Portal instance may contain a set of associated basemaps, called developer basemaps, which are accessible and metered via API keys. These are equivalent to basemaps constructed via a com.arcgismaps.mapping.BasemapStyle.
Executes a portal query to fetch the featured groups for the organization.
Executes a request to fetch the featured items for this Portal. The items will have a LoadStatus of LoadStatus.Loaded
Executes a request to fetch the homepage featured item content for this Portal. The items will have a LoadStatus of LoadStatus.Loaded
Executes a portal query that gets the current user's LicenseInfo including the entitlements and extensions.
Executes a portal query with the PortalInfo.stylesGroupQuery query string.
Executes a portal query with the PortalInfo.symbolSetsGroupQuery query string.
Executes a portal query with the PortalInfo.vectorBasemapGalleryGroupQuery query string.
Finds portal groups that match the given query parameters.
Finds portal items that match the given query parameters.
Properties
A code that specifies the culture-specific formatting to use when accessing Portal content. The culture code provides localized content when viewing featured groups or items, adding or updating an item, adding a comment or rating to an item, and so on. If not explicitly set, the culture used by the device/machine is used. If the culture is not supported by the portal or set to null, the culture specified in the portal/organization settings is used. The format for culture code is based on a language code and a country code separated by a dash. Example: "en-US".
Gets a PortalUser describing the user currently signed in to this portal.