Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Images.Lines.NoFullTextLoadFileEntry
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Images.Lines
{
public class NoFullTextLoadFileEntry : IFullTextLoadFileEntry, IDisposable
{
public void WriteFullTextLine(ObjectExportInfo artifact, string batesNumber, int pageNumber, long pageOffset, IRetryableStreamWriter writer, CancellationToken token);
public void Dispose();
public NoFullTextLoadFileEntry();
}
}