The following tables list the members exposed by ArcGISPortal.
Name | Description | |
---|---|---|
![]() | ArcGISPortal Constructor | Initializes a new instance of the ArcGISPortal class. |
Name | Description | |
---|---|---|
![]() | ArcGISPortalInfo | Provides instance-level information about the ArcGIS Portal. |
![]() | ClientAppType | Optional. Gets or sets the type of the client app. |
![]() | CultureInfo | Optional. Gets or sets the culture info used to access the portal. This locale might be used by the REST service to provide customized or localized content (featured groups/items etc) for different locales. |
![]() | CurrentUser | Provides the current user. Available only to authenticated users after initialization. |
![]() | CurrentVersion | Provides the current version of the ArcGIS Portal |
![]() | IsInitialized | Gets a value indicating whether this instance is initialized. |
![]() | ProxyUrl | Optional. Gets or sets the URL to a proxy service that brokers Web requests between the client application and the portal. Use a proxy service when the private portal is not hosted on a site that provides a cross domain policy file (clientaccesspolicy.xml or crossdomain.xml). |
![]() | Token | Optional. Gets or sets the token for accessing the portal. |
![]() | Url | The URL of the ArcGIS Portal REST end point : http://<host>:<port>/sharing/rest. If the URL is not set, ArcGIS Online REST URL is used by default (http://www.arcgis.com/sharing/rest). |
Name | Description | |
---|---|---|
![]() | InitializeAsync | Initializes the portal object from the specified URL. At the end of the initialization, ArcGISPortalInfo, CurrentUser and CurrentVersion are available. |
![]() | SearchGroupsAsync | Searchs groups from a query string. |
![]() | SearchItemsAsync | Overloaded. Searches items from a query string and/or an extent. |
![]() | SearchUsersAsync | Searchs users from a query string. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |