> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# s_picture_folder table

> This table contains all picture folders

## s\_picture\_folder Table (339)

This table contains all picture folders

## Fields

| Name                      | Description                                        | Type                            | Nullable |
| ------------------------- | -------------------------------------------------- | ------------------------------- | :------: |
| id                        | Primary key                                        | PK                              |    No    |
| name                      | Name of folder                                     | String(255)                     |    No    |
| parent\_id                | The parent id for this folder. -1 for root folders | Int                             |    No    |
| description               | A description of the folder                        | String(255)                     |    Yes   |
| folder\_type              | Indicates which type of folder this is             | Short                           |    No    |
| registered                | Registered when                                    | UtcDateTime                     |    Yes   |
| registered\_associate\_id | Registered by whom                                 | FK [associate](./associate.mdx) |    Yes   |
| updated                   | Last updated when                                  | UtcDateTime                     |    Yes   |
| updated\_associate\_id    | Last updated by whom                               | FK [associate](./associate.mdx) |    Yes   |
| updatedCount              | Number of updates made to this record              | UShort                          |    Yes   |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/s_picture_folder.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=da8d58ce58a035116f7bfc622fd0d0cc" alt="s_picture_folder table relationship diagram" width="650" height="59" data-path="media/loc/en/database/tables/s_picture_folder.png" />

## Indexes

| Fields                   | Types      | Description |
| ------------------------ | ---------- | ----------- |
| folder\_type             | Short      | Index       |
| parent\_id, folder\_type | Int, Short | Index       |

## Relationships

| Table                    | Description                                                          |
| ------------------------ | -------------------------------------------------------------------- |
| [associate](./associate) | Employees, resources and other users - except for External persons   |
| [form](./form)           | A form which can be published on a webpage and submitted by visitors |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [form table](/en/database/tables/form.md)
- [Get Picture Folder Entity](/en/api/reference/restful/rest/picturefolder/get-picture-folder-entity.md)
- [FormFolders](/en/api/archive-providers/reference/formfolders.md)
- [MailingFolders](/en/api/archive-providers/reference/mailingfolders.md)
- [shipmentfolder](/en/api/mdo-providers/reference/shipmentfolder.md)
- [formfolder](/en/api/mdo-providers/reference/formfolder.md)
