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

Relativity.DataExchange.Export.VolumeManagerV2.Directories.LabelManagerForArtifact

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