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

kCura.EDDS.WebAPI.BulkImportManagerBase.FieldInfoBase

public class FieldInfoBase
namespace kCura.EDDS.WebAPI.BulkImportManagerBase { public class FieldInfoBase { public int ArtifactID { get; set; } public FieldCategory Category { get; set; } public FieldType Type { get; set; } public string DisplayName { get; set; } public int TextLength { get; set; } public int CodeTypeID { get; set; } public bool EnableDataGrid { get; set; } public FieldInfoBase(); } }