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

# SetDocumentProperties

> SetDocumentProperties method in the ABBYY FlexiCapture web services API specifies the registration parameters of a document using RegistrationProperty records.

## What it does

Specifies the registration parameters of a document.

## Definition

```
void SetDocumentProperties( int sessionId, int batchId, int documentId, RegistrationProperty [] properties );
```

## Parameters

| **Name**   | **Type**                                                                       | **Description**                                                                      |
| ---------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| sessionId  | int                                                                            | The ID of the connection to the Application Server                                   |
| batchId    | int                                                                            | The ID of the batch that contains the document                                       |
| documentId | int                                                                            | The ID of the document for which registration parameters are to be specified         |
| properties | [RegistrationProperty](/flexi-capture/api/structures/registration-property)\[] | A set of records, each describing one of the registration parameters of the document |

## Returned value

None.
