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 |
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.
| Name | Type | Description |
|---|---|---|
| Name | string | The name of the file |
| Bytes | System.byte[] | The binary data of the file |