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

ReproductionJobResult

public class ReproductionJobResult
Represents the result of an attempt to create a Reproduction job and all associated Production sets
public List<string> Errors { get; set; }

Error messages if the job or associated production sets were not created.

public List<string> Messages { get; set; }

Informational messages about the job.

public List<int> ProductionsCreated { get; set; }

ArtifactIDs of the production sets created by this job.

public int ReproductionJobID { get; set; }

The ID of the reproduction job.

public List<InnerReproductionJobResult> Results { get; set; }

An InnerReproductionJobResult of every production requested for reproduction in this job.

public List<string> Warnings { get; set; }

Warning messages about the job.

public bool WasJobCreated { get; set; }

Indicates whether or not the job was created.

Creates a new instance of ReproductionJobResult