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

Relativity.DataExchange.Io.FileSharePathManager

Represents a file share path manager class object.
namespace Relativity.DataExchange.Io { internal class FileSharePathManager { public string CurrentTargetFolderName { get; } public int MaxVolumeSize { get; } public FileSharePathManager(int maximumVolumeSize); public void Rollback(); public string GetNextTargetPath(string targetFolderName); public string GetNewSubdirectory(string path); } }