ArcGIS API for Silverlight - Library Reference
ArcGISPortalInfo Class Members
See Also  Properties  Methods  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace : ArcGISPortalInfo Class


The following tables list the members exposed by ArcGISPortalInfo.

Public Constructors

 NameDescription
public ConstructorArcGISPortalInfo ConstructorInitializes a new instance of the ArcGISPortalInfo class.  
Top

Public Properties

 NameDescription
public PropertyAccess Determines who can view your organization as an anonymous user. When public, anonymous users can access the organization's custom URL. When private, access is restricted to only members of the organization.  
public PropertyArcGISPortal Gets the ArcGIS portal.  
public PropertyBasemapGalleryGroupQuery Gets the query used to determine which group should drive the gallery of basemaps displayed in the client application for the specified culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected, and those items shared with the group should be displayed in the client’s basemap gallery (if applicable). Ex: "title:'ArcGIS Online Basemaps' AND owner:esri"  
public PropertyCanSearchPublic Gets a value indicating whether members of the organization can search outside of the organization. When true, public items, groups and users are included in search queries. When false, no public items outside of the organization are included. However, public items which are part of the organization are included.  
public PropertyCanSharePublic Gets a value indicating whether members of the organization can share resources outside of the organization.  
public PropertyColorSetsGroupQuery Gets the color sets group for rendering in map viewer.  
public PropertyCreationDate Gets the date the organization was created.  
public PropertyCulture Gets the organization default locale (language and country) information. The format for culture code is based on a language code and a country code separated by a dash.  
public PropertyCustomBaseUrl Gets the custom base URL for the organizations.  
public PropertyDefaultBaseMap Gets the default basemap to be used by the client application for the specified culture when creating new maps.  
public PropertyDefaultExtent Gets the default extent to be used by the client application for the specified culture when creating new maps.  
public PropertyDescription 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.  
public PropertyFeaturedGroups Gets the featured groups to possibly display on the group page or to feature for an organization.  
public PropertyFeaturedItemsGroupQuery Gets the query used to determine which group should drive the gallery of featured items displayed in the client application for the specified culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected. If the selected group has a null featuredItemsId property then the client should display the items that are shared with the group. If the featuredItemsId is non-null then the client should display the items that are related to the featured items item  
public PropertyHelperServices Gets various services needed by clients.  
public PropertyHomePageFeaturedContent Gets the query used to determine which group should drive the featured content displayed on the home page of client application for the specified culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected, and those items shared with the group should be displayed in the home page gallery. Ex: "title:'Featured Maps' AND owner:esri" For a logged in user who is part of an organization this property will always be set from the account properties and will be null if not set by the organizational account administrators.  
public PropertyHomePageFeaturedContentCount Gets the number of items to show per page for the featured content screens (max=100).  
public PropertyId Gets or sets the id of the organization, if the user belongs to one.  
public PropertyIPCountryCode Gets the ISO Country Code of IP address of client (Online only - Not used in Portal).  
public PropertyIsAllSSL Gets a value indicating whether the access to the protal resources must occur over SSL.  
public PropertyIsInitialized Gets a value indicating whether this instance is initialized.  
public PropertyLayerTemplatesGroupQuery Gets the query used to determine which group should drive the list of layer templates in map viewers for a given culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected. Ex: "title:'Esri Layer Templates' AND owner:esri"  
public PropertyModificationDate Gets the date the organization was last modified.  
public PropertyName 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  
public PropertyPortalHostname Gets the portal hostname.  
public PropertyPortalMode Gets the portal mode (sigletenant, multitenant).  
public PropertyPortalName Gets the name of the portal. In the case of organization subscriptions within multi-tenant portals, name and portalName wil be different. In the case of single-tenant Portals, name and portalName will be logically the same.  
public PropertyPortalThumbnailUri Gets the URI of the portal thumbnail. In the case of multi-tenant Portals portalThumbnail and thumbnail will be different for organizational users. In the case of single-tenant Portals they will be logically the same.  
public PropertyRotatorPanels Gets the panels for the home page.  
public PropertySymbolSetsGroupQuery Gets the query used to determine which group should drive the symbol sets in map viewers for a given culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected, and those items shared with the group should be displayed as symbol sets. Ex: "title:'Esri Symbols' AND owner:esri"  
public PropertyTemplatesGroupQuery Gets the query used to determine which group should drive the gallery of web application templates displayed in the client application for the specified culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected, and those items shared with the group should be displayed in the client’s web application template gallery (if applicable). Ex: "title:'ESRI Featured Content' AND owner:esri_webapi"  
public PropertyThumbnailUri Gets the URI of the thumbnail image for the organization. In the case of non-organizational users of ArcGIS Online or a multi-tenant portal, this will be null.  
public PropertyUrlKey Gets the URL key of the organization.  
Top

Public Methods

 NameDescription
public MethodGetFeaturedGroupsAsyncGets the featured groups asynchronously. This method uses the FeaturedGroups informations and returns the corresponding ArcGISPortalGroup.  
public MethodInitializeAsync Initializes a portal object from the specified organization id.  
public MethodQueryUsersAsync Queries the users of the organization. Available only for organization authenticated users.  
public MethodSearchBasemapGalleryAsyncSearchs the basemap gallery items asynchronously. This method uses the BasemapGalleryGroupQuery informations and returns the corresponding ArcGISPortalItem.  
public MethodSearchFeaturedItemsAsyncGets the featured items asynchronously. This method uses the FeaturedItemsGroupQuery information and returns the corresponding ArcGISPortalItem.  
public MethodSearchHomePageFeaturedContentAsyncSearchs the home page featured content asynchronously. This method uses the HomePageFeaturedContent informations and returns the corresponding ArcGISPortalItem.  
Top

See Also

© ESRI, Inc. All Rights Reserved.