PortalInfo class final

A class that contains information about the related Portal.

Implemented types

Properties

access → PortalAccess
Determines who can view the organization's content.
no setter
basemapGalleryGroupQuery → String
The pre-defined query string for finding the collection of basemaps.
no setter
canSearchPublic → bool
Indicates whether the members of the organization can search content outside of the organization.
no setter
canSharePublic → bool
Indicates whether the members of the organization can share content outside of the organization.
no setter
currentVersion → String
The portal's current version number.
no setter
developerBasemapGalleryGroupQuery → String
A query that identifies the group containing developer basemaps.
no setter
hashCode → int
The hash code for this object.
no setterinherited
organizationBanner → LoadableImage?
The banner image of the organization.
no setter
organizationDescription → String
The description of the organization.
no setter
organizationId → String
The ID of the organization.
no setter
organizationName → String
The name of the organization.
no setter
organizationSubdomain → String
The portion of the URL's host component that identifies a specific organization subscription within a portal.
no setter
portal → Portal
The portal that is being referred to.
no setter
portalName → String
The name of the portal.
no setter
portalThumbnail → LoadableImage?
The thumbnail image of the portal.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stylesGroupQuery → String
A query that identifies a group of styles. Each style contains references to symbols that can be used across ArcGIS products.
no setter
supportsOAuth → bool
Indicates whether or not this portal supports OAuth authentication.
no setter
thumbnail → LoadableImage?
The thumbnail image of the organization.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited