ArcGIS Runtime SDK for WPF - Library Reference
RelationshipType Enumeration
See Also 
ESRI.ArcGIS.Client.Portal Namespace : RelationshipType Enumeration

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

Syntax

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

Members

MemberDescription
FeaturedItems2ItemRelation from feature items to items.
Map2FeatureCollectionRelation from a web map to feature collections.
Map2ServiceRelation from a web map to map services, feature services or image services.
MobileApp2CodeRelation from a mobile application to the code.
Service2DataRelation from a service item (hosted feature service or map service) to a source data (service definition, CSV, shapefile).
Service2ServiceModels the association of a source service and a derived service. The source service is the origin of the relationship. The derived service is the destination of the relationship. The relationship is queryable in either direction.
WebMappingApplication2CodeRelation 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, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.