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

InnerReproductionJobResult

Represents the result of an attempt to create a specific reproduction of a production within a Reproduction Job set.
public List<string> Errors { get; set; }

Error messages if the reproduction could not be created.

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

Informational messages about the creation of the reproduction.

public int ParentProductionID { get; set; }

ArtifactID of the parent production that is being reproduced.

public int ProductionID { get; set; }

ArtifactID of the reproduction created. Will be 0 if the reproduction was not created, and non-zero if the reproduction was successfully created.

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

Warning messages about the creation of the reproduction.

CTOR.