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

# File

> File data type in the ABBYY FlexiCapture Web Services API: stores a file as a name string and its binary contents in a byte array for transfer through the API.

## What it does

The **File** data type stores files.

## Fields

| **Name** | **Type**       | **Description**             |
| -------- | -------------- | --------------------------- |
| Name     | string         | The name of the file        |
| Bytes    | System.byte\[] | The binary data of the file |
