<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

kCura.EDDS.WebAPI.FieldManagerBase.RelationalFieldPane

public class RelationalFieldPane
namespace kCura.EDDS.WebAPI.FieldManagerBase { public class RelationalFieldPane { public int PaneOrder { get; set; } public string IconFilename { get; set; } public string ColumnName { get; set; } public int FieldArtifactID { get; set; } public int RelationalViewArtifactID { get; set; } public string HeaderText { get; set; } public byte[] IconFileData { get; set; } public int PaneID { get; set; } public RelationalFieldPane(); } }