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

Relativity.DataExchange.Export.VolumeManagerV2.Directories.LabelManager

public class LabelManager : ILabelManager
namespace Relativity.DataExchange.Export.VolumeManagerV2.Directories { public class LabelManager : ILabelManager { public LabelManager(ExportFile exportSettings, IVolume volume, ISubdirectory subdirectory); public string GetCurrentVolumeLabel(); public string GetCurrentImageSubdirectoryLabel(); public string GetCurrentNativeSubdirectoryLabel(); public string GetCurrentTextSubdirectoryLabel(); public string GetCurrentPdfSubdirectoryLabel(); } }