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

Production

public class Production : NamedArtifact
Represents a production model.
public List<ProductionDataSource> DataSources { get; set; }

Gets or sets one or more data sources that hold the documents to be included in the production.

public ProductionDetails Details { get; set; }

Gets or sets what kind of details goes on the production.

public string FirstBatesValue { get; set; }

Gets or sets the first Bates number value of the production after it is completed.

public ProductionFooters Footers { get; set; }

Gets or sets what kind of information goes on the page footers.

public ProductionHeaders Headers { get; set; }

Gets or sets what kind of information goes on the page headers.

public string Keywords { get; set; }

Gets or sets optional field for recording additional information associated with the production as keywords.

public string LastBatesValue { get; set; }

Gets or sets the last Bates number value of the production after it is completed.

public string Notes { get; set; }

Gets or sets detailed description of the production.

public ProductionNumbering Numbering { get; set; }

Gets or sets the numbering scheme for the production documents.

Gets or sets Production metadata. The information in this object is created and updated by Relativity.

Gets or sets relativityApplications associated with this Production Set.

public bool ShouldCopyInstanceOnWorkspaceCreate { get; set; }

Gets or sets a value indicating whether production should be copied when the containing workspace is used as a template for creating another workspace.

public Production()

Fills the required properties.