GetBatchIdsRange
What it does
Reserves a set of IDs in a batch for documents and pages.
Definition
int GetBatchIdsRange( int batchId, int idCount, out int idEnd );
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 |
12.04.2024 18:16:03