<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

ProductionDetails

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

Gets or sets the font to be used when branding the production.

public int BrandingFontSize { get; set; }

Gets or sets the font size to be used when branding the production.

public DateTime? DateProduced { get; set; }

Gets or sets the date on which production set has been produced.

public string EmailRecipients { get; set; }

Gets or sets the list of of email recipients of notifications about this production.

Gets or sets a value indicating the image format of branded placeholders.

public bool ScaleBrandingFont { get; set; }

Gets or sets a value indicating whether or not to scale the branding font.

public bool WrapBrandingText { get; set; }

Gets or sets a value indicating whether branding text should wrap if the content of two adjacent footers or headers are likely to overlap.