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

ProductionPlaceholder

Represents a production placeholder.
public int ArtifactTypeID { get; set; }

The Relativity artifact type ID of the placeholder.

public string CustomText { get; set; }

The custom HTML text of the placeholder.

public byte[] FileData { get; set; }

The contents of the placeholder image.

public int? FileID { get; set; }

The internal identifier of the placeholder preview image.

public string Filename { get; set; }

The filename of the placeholder image.

public int FileSize { get; set; }

The size of the uploaded file.

public PlaceholderType PlaceholderType { get; set; }

The type of the placeholder. Valid values are defiend by the PlaceholderType enum.

public string Tokens { get; set; }

JSON-encoded tokens for the placeholder.

Creates a new instance of ProductionPlaceholder.