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);
}
}