Relativity.DataExchange.Export.VolumeManagerV2.Download.ExportFileValidator
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download
{
public class ExportFileValidator : IExportFileValidator
{
public ExportFileValidator(ExportFile exportSettings, IExportRequestRepository exportRequestRepository, IStatus status, IFile fileWrapper, ILog logger);
public bool CanExport(string destinationLocation, string warningUserMessage);
}
}