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

ProductionPlaceholderRef

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

Artifact ID of the production placeholder.

public string Name { get; set; }

Descriptive name of the production placeholder.

Creates a new instance of ProductionPlaceholderRef.

public ProductionPlaceholderRef(int artifactID)

Creates a new instance of ProductionPlaceholderRef.