In This Topic
The following tables list the members exposed by PortalInfo.
Public Properties
| Name | Description |
| Access |
Gets who can view your organization as an anonymous user.
|
| CanSearchPublic | Gets a value indicating if public items, groups, and users are included in search queries on the portal. If the user is NOT signed on true (the default) is always returned. |
| CanSharePublic | Gets if the organization allows or disallows a user to share groups or items publicly. If the user is NOT signed on true (the default) is always returned. |
| Culture |
Gets the locale information for the organization (for example, en, ru, fr, nl, zh-CN).
|
| CurrentVersion |
Gets the current version of the portal.
|
| CustomBaseUrl | Gets the custom base URL for the organization. |
| FeaturedGroups |
Gets the featured groups for the organization. These are the groups that will be highlighted on the Groups page.
|
| GroupQueries |
Gets a collection of queries identifying different portal content driven by different groups.
|
| IsPortal | Gets a value indicating whether the portal is on premises. |
| MaxTokenExpirationMinutes | Gets the maximum validity in minutes of tokens issued for users of the organization. If the user is NOT signed on -1 (the default) is always returned. |
| OrganizationDescription |
Gets the description of the organization.
In the case of non-organizational users of ArcGIS Online or a multi-tenant portal, this will be null.
|
| OrganizationId | Gets the id of the organization, if the user belongs to one. |
| OrganizationName |
Gets the name of the organization.
In the case of non-organizational users of ArcGIS Online or a multi-tenant portal, this will be null.
|
| OrganizationRegion |
Gets the region for the organization.
|
| OrganizationSubdomain |
Gets the prefix selected by the organization's administrator to be used with the CustomBaseURL.
|
| Portal | Gets the ArcGIS portal. |
| PortalHostName |
Gets the portal host's URL.
|
| PortalMode | Gets the portal mode (singletenant, multitenant). |
| PortalName |
Gets the name of the portal.
|
| PortalThumbnail |
Gets the portal thumbnail name. The PortalThumbnail can be empty.
|
| PortalThumbnailUri |
Gets the URI of the portal thumbnail.
|
| RawJson |
Gets the complete Json string returned from the portal self query.
|
| UseVectorBasemaps |
Gets if the organization is configured to use Esri vector base maps.
|
Top
See Also