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

Represents an item (a unit of content) in the portal. An item may have associated binary or textual data which is available via the GetItemDataAsync. For example an item of type map package returns the actual bits corresponding to the map package via the item data resource.

Object Model

ArcGISPortalItem ClassArcGISPortal ClassEnvelope ClassSpatialReference Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ArcGISPortalItem 
C# 
public sealed class ArcGISPortalItem 

Remarks

ArcGISPortal Class is the gateway to build applications with Esri's cloud infrastructure of ArcGIS Online or 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 ESRI.ArcGIS.Client.Portal Assembly allows application developers to work with users, groups and content hosted within ArcGIS Online or within an ArcGIS Portal.

An ArcGISPortalItem is an item of content in the ArcGISPortal Class. There are several ways to obtain an ArcGISPortalItem via the ESRI.ArcGIS.Client.Portal Assembly; they include:

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.Portal.ArcGISPortalItem

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.