<PackageReference Include="Relativity.Server.Productions.SDK" Version="12.3.0" />

Relativity.Productions.Services.Interfaces.V1.DTOs.ProductionNumberingBase

Base class that represents the numbering scheme for production documents.
public FieldRef AttachmentRelationalField { get; set; }

The document field that holds the attachment relational number.

public NumberingType NumberingType { get; set; }

The document numbering type to be used. Valid values are defined by the NumberingType enum.

Creates a new instance of ProductionNumberingBase.