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

ProductionRef

public class ProductionRef
A reference object for Relativity productions. The properties only include the production name and artifact ID.
public int ArtifactID { get; set; }

Artifact ID of the production.

public string Name { get; set; }

Descriptive name of the production.

public ProductionRef()

Creates a new instance of ProductionRef.

public ProductionRef(int artifactID)

Creates a new instance of ProductionRef.