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

FieldPaneIcon

public class FieldPaneIcon
Represents the FieldPaneIcon.
public string FileName { get; set; }

Gets or sets a value of the Field indicating the name of the icon file.

public string ImageBase64 { get; set; }

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

public FieldPaneIcon()