<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

ILongTextBuilder

public interface ILongTextBuilder
using kCura.WinEDDS.Exporters; using Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Text; using System.Collections.Generic; using System.Threading; namespace Relativity.DataExchange.Export.VolumeManagerV2.Repository { public interface ILongTextBuilder { IList<LongText> CreateLongText(ObjectExportInfo artifact, CancellationToken cancellationToken); } }