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

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