Relativity.DataExchange.Export.VolumeManagerV2.Download.FieldFileExportRequestFactory
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download
{
public class FieldFileExportRequestFactory
{
public FieldFileExportRequestFactory(ExportFile exportSettings);
public FieldFileExportRequest Create(ObjectExportInfo artifact, string destinationLocation);
}
}