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

# IExportFieldsToRedact

> IExportFieldsToRedact object in FlexiCapture export scripts: builds the list of document fields to redact in exported images via Add, Clean, and PlainList.

## What it does

The list of fields to be redacted in the resulting image.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Methods

| **Definition**                                                  | **Description**           |
| --------------------------------------------------------------- | ------------------------- |
| Add( field : [IField](/flexi-capture/appendix/scripts/ifield) ) | Adds a field to the list. |
| Clean()                                                         | Clears the list.          |

## Properties

| **Name**  | **Type** | **Access** | **Description**                                                                                                                  |
| --------- | -------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------- |
| PlainList | string   | Read-only  | The list of fields to be redacted in the resulting image. Fields should be listed in a single line and separated by a semicolon. |
