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

# TExportType

> Determine the export target type in ABBYY FlexiCapture scripts with TExportType: file, database, script, SharePoint, or an unknown exporter.

The type of the export target.

## Possible values

| Name            | Value | Description                                                                                 |
| --------------- | ----- | ------------------------------------------------------------------------------------------- |
| `ET_File`       | `1`   | Export to a file.                                                                           |
| `ET_Database`   | `2`   | Export to a database.                                                                       |
| `ET_Script`     | `3`   | Script export.                                                                              |
| `ET_SharePoint` | `4`   | Export to SharePoint.                                                                       |
| `ET_Unknown`    | `5`   | The type is not specified, which happens for an error that concerns no particular exporter. |
