ParentChildNumbering Enumeration

Relativity Processing Services
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

public enum ParentChildNumbering
Members

  Member nameValueDescription
SuffixAlways0 Numbers generated for child documents are appended to the parent document number.
ContinuousAlways1 Numbers generated for child documents are sequential with respect to the parent document number.
ContinuousSuffixOnRetry2 Numbers generated for child documents are sequential unless the child document is found during retry.
See Also

Reference