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

## What it does

The type of the export target.

## Admissible values:

* ET\_File = 1 - Export to file
* ET\_Database = 2 - Export to database
* ET\_Script = 3 - Script export
* ET\_SharePoint = 4 - Export to SharePoint
* ET\_Unknown = 5 - The type is not specified in the event of an error that does not concern any particular exporter
