Specifies the numbering scheme used to determine how parent and child documents are numbered relative to each other.
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
SuffixAlways | 0 | Numbers generated for child documents are appended to the parent document number. | |
ContinuousAlways | 1 | Numbers generated for child documents are sequential with respect to the parent document number. | |
ContinuousSuffixOnRetry | 2 | Numbers generated for child documents are sequential unless the child document is found during retry. |
See Also