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

ProductionPlaceholder

Represents a production placeholder model.
public string CustomText { get; set; }

Gets or sets the custom HTML text of the placeholder.

public string FileData { get; set; }

Gets or sets a value of the indicating the string representing the Base64 encoding of the image.

public string FileName { get; set; }

Gets or sets a value of the indicating the name of the placeholder file.

public PlaceholderType PlaceholderType { get; set; }

Gets or sets the type of the placeholder. Valid values are defiend by the PlaceholderType enum.

Fills the Name and the CustomText if the PlaceholderType is set to custom and is null.