NumberingSchema.RemoveGaps
Description:
Removes gaps, if any, in a numbering sequence
Removes gaps, if any, in a numbering sequence
Remarks:
Gaps are removed by shifting numbers above each gap down by the amount of numbers skipped in the gap. The lowest number in the sequence will remain unchanged.
Gaps are removed by shifting numbers above each gap down by the amount of numbers skipped in the gap. The lowest number in the sequence will remain unchanged.
public void RemoveGaps(
string partition
)
-
StringpartitionName of the partition that identifies the sequence. The sequence must exist.
-
The sequence partition does not exist in the schema.
-
A non-optional argument was null
-
Either the schema or its document cannot be modified at present. -or- Can't access the number while an async operation is running.