All docs
V21.1
23.1
22.2
22.1
21.2
21.1
20.2
20.1
19.2
The page you are viewing does not exist in version 19.2. This link will take you to the root page.
19.1
The page you are viewing does not exist in version 19.1. This link will take you to the root page.
18.2
The page you are viewing does not exist in version 18.2. This link will take you to the root page.
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
A newer version of this page is available. Switch to the current version.

Fields

Fields that provide information about a file system item.

dataItem

The file system data object that stores information about the file system item (name, size, modification date, etc.).

Type: any

dateModified

A timestamp that indicates when the file system item was last modified.

Type:

Date

hasSubDirectories

Specifies whether a directory has subdirectories.

Type:

Boolean

isDirectory

Specifies whether the file system item is a directory.

Type:

Boolean

key

The file system item's key.

Type:

String

name

The file system item's name.

Type:

String

path

The file system item's path.

Type:

String

pathKeys

The file system item's path specified in keys.

Type:

Array<String>

size

The file system item's size (in bytes).

Type:

Number

thumbnail

An icon (URL) to be used as the file system item's thumbnail.

Type:

String