Relativity.DataExchange.Export.VolumeManagerV2.Download.LongTextExportRequest
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download
{
public class LongTextExportRequest : ExportRequest
{
public bool FullText { get; }
public int FieldArtifactId { get; }
public static LongTextExportRequest CreateRequestForFullText(ObjectExportInfo artifact, int fieldArtifactId, string destinationLocation);
public static LongTextExportRequest CreateRequestForLongText(ObjectExportInfo artifact, int fieldArtifactId, string destinationLocation);
}
}