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: 640db774aa42dfbe1785add27fbb41844ec5c7d4
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