FileManagerFolders
A listing of all avaialable folders within an account's gallery.
テーブル固有の情報
FileManagerFiles ではSELECT、INSERT、UPDATE、およびDELETE がサポートされています。
Insert
INSERT には、Name を指定する必要があります。
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. |