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 as an anonymous user.
no setter
- allSSL → bool
-
Indicates if the organization is using SSL. If true, all calls made against resources that belong
to the organization will require SSL.
no setter
- basemap3DGalleryGroupQuery → String
-
A query that identifies the group that contains the 3D basemaps of the portal's 3D basemap gallery.
no setter
- basemapGalleryGroupQuery → String
-
A query that identifies the group that contains the basemaps of the portal's basemap gallery.
no setter
- canSearchPublic → bool
-
True if the members of the organization can search content outside of the organization, false otherwise.
no setter
-
True if the members of the organization can share content outside of the organization, false otherwise.
no setter
- commentsEnabled → bool
-
True if the comments are allowed on the portal item, false otherwise.
no setter
- created → DateTime?
-
The date the organization was created.
no setter
- culture → String
-
The culture (language and country) of the portal item.
no setter
- currentVersion → String
-
The portal's current version number.
no setter
- customBaseDomain → String
-
The portion of the URL host component that identifies the portal.
no setter
- default3DBasemapQuery → String
-
A query that identifies the default 3D basemap.
no setter
- defaultBasemap → Basemap?
-
The default basemap of the portal/organization.
no setter
- defaultExtent → Envelope?
-
The default extent for the basemaps.
no setter
- defaultVectorBasemap → Basemap?
-
The default vector basemap of the portal/organization.
no setter
- developerBasemapGalleryGroupQuery → String
-
A query that identifies the group that contains the developer basemaps of the portal's developer basemap gallery.
no setter
- eueiEnabled → bool
-
True if the organization allows ArcGIS Online to collect usage information from its members to improve the user experience, false otherwise.
no setter
-
featuredGroupsQueries
→ List<
String> -
A collection of pre-defined query strings for finding featured groups.
no setter
- featuredItemsGroupQuery → String
-
A pre-defined query string for finding the featured items group.
no setter
- hasClassificationSchema → bool
-
True if the organization has enabled a classification schema on this portal, false otherwise.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- helperServices → PortalHelperServices
-
Various services provided by the organization.
no setter
- ipCountryCode → String
-
The country code of the calling IP.
no setter
- isPortal → bool
-
True if the portal is on-premises, false otherwise.
no setter
- isReadOnly → bool
-
True if the portal is currently in read-only mode, false otherwise.
no setter
- livingAtlasGroupQuery → String
-
The query that identifies the group containing the Living Atlas layers.
no setter
- modified → DateTime?
-
The date the organization was last modified.
no setter
- 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 host component that identifies a specific organization subscription within a portal.
no setter
- portal → Portal
-
The portal being referred to.
no setter
- portalHostname → String
-
The portal's hostname.
no setter
- portalMode → PortalMode
-
Indicates whether the portal is single or multi tenant.
no setter
- portalName → String
-
The name of the portal.
no setter
- portalThumbnail → LoadableImage?
-
The thumbnail image of the portal.
no setter
- readOnlyMessage → String
-
If the portal is currently in read-only mode, this is an explanatory message that can be displayed to the
user.
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
- subscriptionInfo → SubscriptionInfo?
-
Information about the portal user's subscription.
no setter
- supportsOAuth → bool
-
True if the portal supports OAuth authentication, false otherwise.
no setter
- symbolSetsGroupQuery → String
-
A query that identifies the symbol sets group.
no setter
- thumbnail → LoadableImage?
-
The thumbnail image of the organization.
no setter
- use3DBasemaps → bool
-
True if the organization uses 3D basemaps in supported ArcGIS apps, false otherwise.
no setter
- useDefault3DBasemap → bool
-
True if the organization uses the default 3D basemap in supported ArcGIS apps, false otherwise.
no setter
- useVectorBasemaps → bool
-
True if the organization uses the Esri vector basemaps in supported ArcGIS apps, false otherwise.
no setter
- vectorBasemapGalleryGroupQuery → String
-
A query that identifies the group that contains the vector basemaps of the portal's vector basemap gallery.
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