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

The ArcGISPortal class is part of the Portal API which provides a way to build applications that work with content from ArcGIS Online or an ArcGIS Portal. ArcGIS Portal is software technology from Esri that customers can deploy either on premise or in the cloud. ArcGIS Online is Esri's Software as a Service offering that represents GIS as a Service and is implemented using the same technology as ArcGIS Portal. The Portal API allows application developers to work with users, groups and content hosted within ArcGIS Online or within an ArcGIS Portal. The API allows developers to build web, mobile, and desktop applications that support sharing and collaboration using web maps. Organizational developers can also use the API to build custom applications for their users. The ArcGISPortal class provides the connection information to the portal (Url, Token, ClientAppType, CultureInfo, ProxyUrl). Once initialized by calling InitializeAsync, ArcGISPortalInfo, CurrentUser and CurrentVersion are available and provide information about the portal and the current user.

Object Model

ArcGISPortal ClassArcGISPortalInfo ClassArcGISPortalUser Class

Syntax

Visual Basic (Declaration) 
Public Class ArcGISPortal 
C# 
public class ArcGISPortal 

Remarks

This class is needed to instantiate all others classes of the Portal library but the initialization is optional.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.Portal.ArcGISPortal

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.