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

# FormFolders

> Archive of form folders. Lists all rows of s_picture_folder where

## "FormFolders"

This provider name is implemented by the class <see cref="T:SuperOffice.CRM.ArchiveLists.FormFoldersProvider">SuperOffice.CRM.ArchiveLists.FormFoldersProvider</see> inside NetServer's SODatabase assembly.

Archive of form folders. Lists all rows of s\_picture\_folder where
folder\_type = formFolder. Mirrors <see cref="T:SuperOffice.CRM.ArchiveLists.MailingFolderProvider" />.

Named in the plural — <c>SuperOffice.CRM.Lists.FormFolderProvider</c> is the
MDO list that backs the folder pickers, and several files in this assembly
import both namespaces.

## Supported Entities

| Name         | Description |
| ------------ | ----------- |
| "formfolder" | formfolder  |

## Supported Columns

| Name           | Restriction | Description                                                                             | OrderBy |
| -------------- | ----------- | --------------------------------------------------------------------------------------- | ------- |
| getAllRows     | bool        | GetAll: Get all rows of archive - use with care, you may be fetching the whole database |         |
| getNoRows      | bool        | GetNone: Do not get any rows from the archive                                           |         |
| folderId       | int         | Hierarchy ID: Foreign key to hierarchy table                                            | x       |
| parentFolderId | int         | Hierarchy ID: Foreign key to hierarchy table                                            | x       |
| folderName     | string      | Hierarchy name: The full name/path from table hierarchy                                 | x       |
| formThumbnail  | *None*      | Thumbnail: Form thumbnail                                                               |         |
| sortGroup      | *None*      |                                                                                         | x       |
| sortName       | *None*      |                                                                                         | x       |
| type           | *None*      | Type: Displays the type of an activity                                                  |         |

## Sample

```http! theme={null}
GET /api/v1/archive/FormFolders?$select=parentFolderId,folderName
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

```

See also: <see cref="T:SuperOffice.CRM.Services.IArchiveAgent">IArchiveAgent</see>.


## Related topics

- [FormsAndFolders](/en/api/archive-providers/reference/formsandfolders.md)
- [Move Forms To Folder](/en/api/reference/restful/agent/marketing_agent/move-forms-to-folder.md)
- [formfolder](/en/api/mdo-providers/reference/formfolder.md)
- [form](/en/api/mdo-providers/reference/form.md)
- [Forms](/en/api/archive-providers/reference/forms.md)
- [form table](/en/database/tables/form.md)
