NumberOfDigits Enumeration

Relativity Processing Services
Specifies the length of the numeric component of a generated document number.

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum NumberOfDigits
Members

  Member nameValueDescription
NumberOfDigits11 The numeric portion of the generated document number is one digit.
NumberOfDigits22 The numeric portion of the generated document number is two digits.
NumberOfDigits33 The numeric portion of the generated document number is three digits.
NumberOfDigits44 The numeric portion of the generated document number is four digits.
NumberOfDigits55 The numeric portion of the generated document number is five digits.
NumberOfDigits66 The numeric portion of the generated document number is six digits.
NumberOfDigits77 The numeric portion of the generated document number is seven digits.
NumberOfDigits88 The numeric portion of the generated document number is eight digits.
NumberOfDigits99 The numeric portion of the generated document number is nine digits.
NumberOfDigits1010 The numeric portion of the generated document number is ten digits.
Remarks

Numbers will not be cut off if they exceed the NumberOfDigits value specified. E.g. for NumberOfDigits2, if the next control number is REL100, this will be used despite having three digits.
See Also

Reference