FileManagerFolders

A listing of all avaialable folders within an account's gallery.

Table Specific Information

SELECT, INSERT, UPDATE, and DELETE are supported for FileManagerFolders.

Insert

The Name is required for INSERTs.\

INSERT INTO FileManagerFolders (Name) VALUES ('myNewFolder'')

Columns

Name

Type

ReadOnly

Description

Id [KEY]

String

True

The unique id given to the folder.

Name

String

False

The name of the folder.

FileCount

Integer

True

The number of files within the folder.

CreatedAt

Datetime

True

The date and time a file was added to the gallery.

CreatedBy

String

True

The username of the profile that created the folder.

Last updated