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

Relativity.DataExchange.Export.VolumeManagerV2.Directories.ILabelManagerForArtifact

public interface ILabelManagerForArtifact
namespace Relativity.DataExchange.Export.VolumeManagerV2.Directories { public interface ILabelManagerForArtifact { string GetImageSubdirectoryLabel(int objectExportInfoArtifactId); string GetNativeSubdirectoryLabel(int objectExportInfoArtifactId); string GetTextSubdirectoryLabel(int objectExportInfoArtifactId); string GetPdfSubdirectoryLabel(int objectExportInfoArtifactId); string GetVolumeLabel(int objectExportInfoArtifactId); void InitializeFor(ObjectExportInfo[] artifacts, VolumePredictions[] volumePredictions, CancellationToken cancellationToken); } }