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.

See also:

Property Overview

Any properties can be set, retrieved or listened to. See the Working with Properties topic.
NameTypeSummaryClass
Date

The date the folder was created.

more details
more detailsPortalFolder
String

The name of the class.

more details
more detailsAccessor
String

The unique id of the folder.

more details
more detailsPortalFolder
Portal

The portal associated with the folder.

more details
more detailsPortalFolder
String

The title of the folder.

more details
more detailsPortalFolder
String

The URL to the folder.

more details
more detailsPortalFolder

Property Details

created Date

The date the folder was created.

declaredClass Stringreadonly inherited
Since: ArcGIS API for JavaScript 4.7

The name of the class. The declared class name is formatted as esri.folder.className.

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.

API Reference search results

NameTypeModule
Loading...