Skip to main content

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

NameTypeDescription
batchIdintThe ID of the batch where IDs are to be reserved
idCountintThe number of IDs to reserve
idEndintThe last ID in the reserved range

Returned value

TypeDescription
intThe first ID in the reserved range