ArcGIS Runtime SDK for iOS: AGSPortalItem.h File Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSPortalItem.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSPortalItemRelationship {
  AGSPortalItemRelationshipMapToService , AGSPortalItemRelationshipWMAToCode , AGSPortalItemRelationshipMapToFeatureCollection , AGSPortalItemRelationshipMobileAppToCode ,
  AGSPortalItemRelationshipServiceToData , AGSPortalItemRelationshipServiceToService , AGSPortalItemRelationshipMapToAppConfig , AGSPortalItemRelationshipItemToAttachment ,
  AGSPortalItemRelationshipItemToReport , AGSPortalItemRelationshipListedToProvisioned , AGSPortalItemRelationshipStyleToStyle , AGSPortalItemRelationshipServiceToStyle ,
  AGSPortalItemRelationshipSurveyToService , AGSPortalItemRelationshipSurveyToData , AGSPortalItemRelationshipServiceToRoute , AGSPortalItemRelationshipAreaToPackage ,
  AGSPortalItemRelationshipMapToArea , AGSPortalItemRelationshipServiceToLayer , AGSPortalItemRelationshipAreaToCustomPackage , AGSPortalItemRelationshipTrackViewToMap ,
  AGSPortalItemRelationshipSurveyAddInToData , AGSPortalItemRelationshipWorkforceMapToFeatureService , AGSPortalItemRelationshipThemeToStory , AGSPortalItemRelationshipWebStyleToDesktopStyle ,
  AGSPortalItemRelationshipSolutionToItem , AGSPortalItemRelationshipAPIKeyToItem
}
 
enum  AGSPortalItemRelationshipDirection { AGSPortalItemRelationshipDirectionForward , AGSPortalItemRelationshipDirectionReverse }
 

Enumeration Type Documentation

◆ AGSPortalItemRelationship

An enumeration of AGSPortalItem relationship types.

Since
100.11
Enumerator
AGSPortalItemRelationshipMapToService 

Relates a map with a service.

AGSPortalItemRelationshipWMAToCode 

Relates a Web Mapping Application with a code attachment.

AGSPortalItemRelationshipMapToFeatureCollection 

Relates a map with a feature collection.

AGSPortalItemRelationshipMobileAppToCode 

Relates a mobile application with a code attachment.

AGSPortalItemRelationshipServiceToData 

Relates a derived service and its source data.

AGSPortalItemRelationshipServiceToService 

Relates a source service and a derived service.

AGSPortalItemRelationshipMapToAppConfig 

Relates a web map to an application configuration.

AGSPortalItemRelationshipItemToAttachment 

Relates an item to an attachment.

AGSPortalItemRelationshipItemToReport 

Relates an item to a report.

AGSPortalItemRelationshipListedToProvisioned 

Relates a listed item to a provisioned item.

AGSPortalItemRelationshipStyleToStyle 

Relates a vector tile service to a style.

AGSPortalItemRelationshipServiceToStyle 

Relates a vector tile service or style to a vector tile service or style.

AGSPortalItemRelationshipSurveyToService 

Relates a survey to a feature service.

AGSPortalItemRelationshipSurveyToData 

Relates a survey to its data.

AGSPortalItemRelationshipServiceToRoute 

Relates a feature service containing all the routes and the toute layer representing each route.

AGSPortalItemRelationshipAreaToPackage 

Relates a map area to a map package, tile package, SQLite geodatabase, or vector tile package.

AGSPortalItemRelationshipMapToArea 

Relates a web map to a map area.

AGSPortalItemRelationshipServiceToLayer 

Relates a feature service to a feature layer.

AGSPortalItemRelationshipAreaToCustomPackage 

Relates a map area to a custom map package, tile package, SQLite geodatabase, or vector tile package.

AGSPortalItemRelationshipTrackViewToMap 

Relates a track view with a web map that was created in the Tracker web app.

AGSPortalItemRelationshipSurveyAddInToData 

Relates a Survey123 Add In to data related to the add in.

AGSPortalItemRelationshipWorkforceMapToFeatureService 

Relates a web map to a Workforce feature service.

AGSPortalItemRelationshipThemeToStory 

Relates a StoryMap theme to the StoryMaps that use the theme.

AGSPortalItemRelationshipWebStyleToDesktopStyle 

Relates a web style to the desktop style that is used to publish the web style.

AGSPortalItemRelationshipSolutionToItem 

Relates a solution to items created as part of the solution.

AGSPortalItemRelationshipAPIKeyToItem 

Relates an API key to an item on the ArcGIS for Developers item pages.

◆ AGSPortalItemRelationshipDirection

An enumeration of AGSPortalItem relationship directions.

Since
100.11
Enumerator
AGSPortalItemRelationshipDirectionForward 

The relationship goes from origin to destination.

AGSPortalItemRelationshipDirectionReverse 

The relationship goes from destination to origin.