Relativity.DataExchange.Export.HtmlExportFileFormatter
namespace Relativity.DataExchange.Export
{
public class HtmlExportFileFormatter : ExportFileFormatterBase
{
public HtmlExportFileFormatter(ExportFile exportSettings, IFieldNameProvider fieldNameProvider);
}
}