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

ProductionDetails

public class ProductionDetails
Represents the details of a production as captured by the Production Details section on the Relativity UI.
public string BrandingFont { get; set; }

Font to be used when branding the production.

public int BrandingFontSize { get; set; }

Font size to be used when branding the production.

public DateTime DateProduced { get; set; }

Optional space to store data produced

public string EmailRecipients { get; set; }

A list of of email recepients of notifications about this production.

public string FirstBatesValue { get; set; }

Contains the first Bates number value of the production after it is completed.

public string LastBatesValue { get; set; }

Contains the last Bates number value of the production after it is completed.

Indicates the image format of branded placeholders.

public bool ScaleBrandingFont { get; set; }

Indicates whether or not to scale the branding font.

public bool WrapBrandingText { get; set; }

Indicates whether branding text should wrap if the content of two adjacent footers or headers are likely to overlap.

Creates a new instance of ProductionDetails.