What it does
Reserves a set of IDs in a batch for documents and pages.Definition
Parameters
| Name | Type | Description |
|---|---|---|
| batchId | int | The ID of the batch where IDs are to be reserved |
| idCount | int | The number of IDs to reserve |
| idEnd | int | The last ID in the reserved range |
Returned value
| Type | Description |
|---|---|
| int | The first ID in the reserved range |
