Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Images.Lines.FullTextLoadFileEntryFactory
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Images.Lines
{
public class FullTextLoadFileEntryFactory
{
public FullTextLoadFileEntryFactory(LongTextHelper longTextHelper, ILog logger);
public IFullTextLoadFileEntry Create(ExportFile exportSettings, IWindsorContainer container);
}
}