Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Text.NotTooLongTextToLoadFile
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Text
{
public class NotTooLongTextToLoadFile : ILongTextHandler
{
public NotTooLongTextToLoadFile(LongTextHelper longTextHelper, FromFieldToLoadFileWriter fileWriter, ILog logger, ExportFile exportSettings);
public void HandleLongText(ObjectExportInfo artifact, ViewFieldInfo field, DeferredEntry lineEntry);
}
}