<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

ProductionNumbering

public class ProductionNumbering
Representing the numbering scheme for production documents. The Numbering property of the Production.

Gets or sets document field that holds the attachment relational number.

public string BatesPrefix { get; set; }

Gets or sets Bates prefix text.

public int BatesStartNumber { get; set; }

Gets or sets Bates start number.

public string BatesSuffix { get; set; }

Gets or sets Bates suffix text.

public string DocumentNumberPageNumberSeparator { get; set; }

Gets or sets the separator between document and page numbers if IncludePageNumbers is set to true. Underscore, hyphen, and period are allowed characters.

public NamedArtifact ExistingProduction { get; set; }

Gets or sets a value of an existing production artifact.

public bool IncludePageNumbers { get; set; }

Gets or sets a value indicating whether or not to include page numbers. If true, a unique number is added to each page following the document number.

public bool MergeWithExistingSet { get; set; }

Gets or sets a value indicating whether or not to merge the numbering with the existing production.

public NamedArtifact NumberingField { get; set; }

Gets or sets document field that will be used as the Bates number.

public NumberingType NumberingType { get; set; }

Gets or sets document numbering type to be used. Valid values are defined by the NumberingType enum.

public int NumberOfDigitsForDocumentNumbering { get; set; }

Gets or sets the number of digits to be used for document level numbering. The range is from 1 to 7.

public int NumberOfDigitsForPageNumbering { get; set; }

Gets or sets the number of digits for page numbering if IncludePageNumbers is set to true. The range is from 1 to 4.

public bool StartNumberingOnSecondPage { get; set; }

Gets or sets a value indicating whether or not to start page numbering on the second page of the document.