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

IFieldLookupService

public interface IFieldLookupService
namespace kCura.WinEDDS { public interface IFieldLookupService { int GetOrdinalIndex(string fieldName); bool ContainsFieldName(string fieldName); } }