<PackageReference Include="Relativity.Api" Version="9.7.229.5" />

IRelationalFieldPane

public interface IRelationalFieldPane
Represents a Relational Field Pane
string ColumnName { get; set; }

The column name of the field represented in the pane.

int FieldArtifactID { get; set; }

The Artifact ID of the field represented in the pane.

string HeaderText { get; set; }

The header text to display on the pane.

byte[] IconFileData { get; set; }

Byte array containing the field pane icon data.

string IconFilename { get; set; }

The filename of the icon for the field pane.

int PaneID { get; set; }

The pane ID.

int PaneOrder { get; set; }

The order of the field pane.

int RelationalViewArtifactID { get; set; }

The view artifact ID for the pane.