ArcGIS Runtime SDK for iOS: AGSPortalFolder Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPortalFolder Class Reference

Description

Represents a folder of content within the Portal or Organization.

A user's content in a portal can be organized into folders.

Since
100
Inheritance diagram for AGSPortalFolder:

Properties

NSDate * created
 
NSString * folderID
 
AGSPortalportal
 
NSString * title
 

Property Documentation

◆ created

- (NSDate*) created
readnonatomicstrong

The date of creation of the folder.

Since
100

◆ folderID

- (NSString*) folderID
readnonatomiccopy

The Id of the folder

Since
100

◆ portal

- (AGSPortal*) portal
readnonatomicweak

The portal that the group belongs to. Needs to be optional because it's a weak reference.

Since
100

◆ title

- (NSString*) title
readnonatomiccopy

The title of the folder

Since
100