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

FieldInfoBase

public class FieldInfoBase
Represents a Relativity field information data object. This class cannot be inherited, backwards compatibility isn't guaranteed, and should never be consumed by API users.
public int ArtifactID { get; set; }

public FieldCategory Category { get; set; }

public int CodeTypeID { get; set; }

public string DisplayName { get; set; }

public bool EnableDataGrid { get; set; }

public int TextLength { get; set; }

public FieldType Type { get; set; }

public FieldInfoBase()