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

Type of relationship to use when getting the items related to another item (ArcGISPortalItem.GetRelatedItemsAsync).

Syntax

Visual Basic (Declaration) 
Public Enum RelationshipType 
   Inherits System.Enum
C# 
public enum RelationshipType : System.Enum 

Members

MemberDescription
FeaturedItems2Item Relation from feature items to items.
Map2FeatureCollection Relation from a web map to feature collections.
Map2Service Relation from a web map to map services, feature services or image services.
MobileApp2Code Relation from a mobile application to the code.
Service2Data Relation from a service item (hosted feature service or map service) to a source data (service definition, CSV, shapefile).
WebMappingApplication2Code Relation from a web mapping application to the code.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Portal.RelationshipType

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.