Portal Info
A class that contains information about the related Portal.
Since
200.0.0
Properties
determines who can view the organization's content as an anonymous user. If the portal access value is PortalAccess.Public, anonymous users can access the organization's content. If the value is PortalAccess.Private, only members of your organization can access the content.
a query that identifies the group that contains the 3D basemaps of the portal's 3D basemap gallery. This gallery group is defined by the portal's administrator and contains the 3D basemaps that are displayed in the Scene Viewer basemap gallery. To explore the 3D basemap gallery PortalGroup, create a PortalQueryParameters using this query string, and call Portal.findGroups. Portal.fetch3DBasemaps uses this string to return a collection of basemaps from the portal's 3D basemap gallery.
a query that identifies the group that contains the basemaps of the portal's basemap gallery. This gallery group is defined by the portal's administrator and contains the basemaps that are displayed in the Map Viewer basemap gallery if a user logs in with an ArcGIS Online or ArcGIS Enterprise account. This group query is intended for use when the value of PortalInfo.useVectorBasemaps is false. To explore the basemap gallery PortalGroup, create a PortalQueryParameters using this query string, and call Portal.findGroups. Portal.fetchBasemaps uses this string to return a collection of basemaps from the portal's basemap gallery.
true if the members of the organization can search content outside of the organization, false otherwise.
true if the members of the organization can share the Bing key outside of the organization, false otherwise. Notes: Deprecated as of version 200.8.0. Bing Maps for Enterprise is deprecated and will be retired.
true if the members of the organization can share content outside of the organization, false otherwise.
indicates if users are allowed to view and add comments on portal items.
the portion of the URL host component that identifies the portal.
a query that identifies the default 3D basemap. This expression can be used as the query string parameter to find the default 3D basemap of the Portal. The default 3D basemap is the 3D basemap that is used when no basemap is specified.
the default basemap of the portal/organization.
the default extent of the organization, used when users create a web map.
the default vector basemap of the portal/organization
a query that identifies the group that contains the developer basemaps of the portal's developer basemap gallery. This gallery group is defined by the portal's administrator and contains the developer basemaps that are displayed in the Map Viewer basemap gallery if a user logs in with an ArcGIS Location Platform account. To explore the developer basemap gallery PortalGroup, create a PortalQueryParameters using this query string, and call Portal.findGroups. Portal.fetchDeveloperBasemaps uses this string to return a collection of basemaps from the portal's developer basemap gallery.
a collection of pre-defined query strings for finding featured groups.
a pre-defined query string for finding the featured items group.
various services provided by the organization.
the number of items to show per page for the featured content screens (max=100). Notes: Deprecated as of version 200.4.0, All legacy home pages are no longer live on ArcGIS Online and at a future release of ArcGIS Enterprise this property will no longer be supported.
a query string that can be used to find the group containing featured content to be displayed on the home page. Notes: Deprecated as of version 200.4.0, All legacy home pages are no longer live on ArcGIS Online and at a future release of ArcGIS Enterprise this property will no longer be supported.
the country code of the calling IP.
indicates whether the organization allows ArcGIS Online to collect usage information from its members to improve the user experience.
indicates if the portal is currently in read-only mode.
the query that identifies the group containing the Living Atlas layers. This expression should be used as the query string parameter to find the group.
the banner image of the organization.
the description of the organization. In the case of non-organizational users of ArcGIS Online or a multi-tenant portal, this will be null.
the ID of the organization, if the user belongs to one.
the name of the organization. In the case of non-organizational users of ArcGIS Online or a multi-tenant portal this will be null.
the portion of the URL's host component that identifies a specific organization subscription within a portal.
indicates whether the portal is single or multi tenant.
the name of the portal.
the thumbnail image of the portal.
if the portal is currently in read-only mode, this is an explanatory message that can be displayed to the user. This will be empty if isReadOnly is false.
indicates if the organization is using SSL. If true, all calls made against resources that belong to the organization will require SSL.
indicates whether the description of the organization displays on the home page. Notes: Deprecated as of version 200.4.0, All legacy home pages are no longer live on ArcGIS Online and at a future release of ArcGIS Enterprise this property will no longer be supported.
a query that identifies a group of styles. Each style contains references to symbols that can be used in the ArcGIS platform. This expression can be used as the query string parameter to find the styles group. Instead of providing your own query, you can use the helper method Portal.fetchStyles to fetch the items in the styles group.
information about the portal user's subscription. A null if the portal is accessed anonymously.
true if the portal supports OAuth authentication, false otherwise.
a query that identifies the symbol sets group. This expression can be used as the query string parameter to find the symbol sets group. Instead of providing your own query, you can use the helper method Portal.fetchSymbolSets to fetch the items in the symbol sets group.
the thumbnail image of the organization.
indicates if the organization uses 3D basemaps in supported ArcGIS apps.
indicates if the organization uses the default 3D basemap in supported ArcGIS apps.
Gets a PortalUser describing the user currently signed in to this portal.
indicates if the organization uses the Esri vector basemaps in supported ArcGIS apps.
a query that identifies the group that contains the vector basemaps of the portal's vector basemap gallery. The portal's vector basemap gallery group is defined by the portal's administrator. It contains the basemaps that are displayed in the Map Viewer basemap gallery if a user logs in with an ArcGIS Online or ArcGIS Enterprise account and the PortalInfo.useVectorBasemaps value is true. Note that if the value of PortalInfo.useVectorBasemaps is false, the Map Viewer displays the basemaps in the group identified by PortalInfo.basemapGalleryGroupQuery, and it's recommended that you use that group instead. To explore the basemap gallery PortalGroup, create a PortalQueryParameters using this query string, and call Portal.findGroups. Portal.fetchVectorBasemaps uses this string to return a collection of basemaps from the portal's vector basemap gallery.
the current version of the Portal.