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

Relativity.DataExchange.IImportExportCompatibilityCheck

Represents an abstract object to perform compatibility checks between the client API and Relativity.
namespace Relativity.DataExchange { public interface IImportExportCompatibilityCheck { Task ValidateAsync(CancellationToken token); } }