Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives.NonTextFieldHandler
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives
{
public class NonTextFieldHandler
{
public NonTextFieldHandler(IFieldService fieldLookupService, ILoadFileCellFormatter loadFileCellFormatter, ExportFile exportSettings, ILog logger);
public void AddNonTextField(ViewFieldInfo field, DeferredEntry loadFileEntry, ObjectExportInfo artifact);
}
}