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

createdDate

The date the folder was created.

declaredClassStringreadonly 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.

portalPortal

The portal associated with the folder.

titleString

The title of the folder.

urlStringreadonly

The URL to the folder.

API Reference search results

NameTypeModule
Loading...