PortalFolder
Class:
esri/portal/PortalFolder
Inheritance: PortalFolder Accessor
Since: ArcGIS API for JavaScript 4.0
Provides information about folders used to organize content in a portal. Folders are only visible to the user and are used for organizing content within the user's content space.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
Date | The date the folder was created. more details | more details | PortalFolder | |
String | The name of the class. more details | more details | Accessor | |
String | The unique id of the folder. more details | more details | PortalFolder | |
Portal | The portal associated with the folder. more details | more details | PortalFolder | |
String | The title of the folder. more details | more details | PortalFolder | |
String | The URL to the folder. more details | more details | PortalFolder |
Property Details
- created Date
The date the folder was created.
- Since: ArcGIS API for JavaScript 4.7
The name of the class. The declared class name is formatted as
esri.folder.className
.
- id String
The unique id of the folder.
- portal Portal
The portal associated with the folder.
- title String
The title of the folder.
- url Stringreadonly
The URL to the folder.
Loading...