2027 Method
Changes 0
M

NumberingSchema.GetNumbers

Description:
Returns all numbers currently used in the given numbering sequence
Remarks:

Numbers are returned as a collection of ranges, where each range is a pair of two integer values, Low and High. As long as there is no gap currently in the sequence, there will be only one range.

public IList<IntegerRange> GetNumbers(
	string partition
)
  • String
    partition
    Name of the partition that identifies the sequence. The sequence must exist.
Return Value IList<IntegerRange> A collection of integer ranges