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

Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Paths.IDestinationPath

public interface IDestinationPath
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Paths { public interface IDestinationPath { string Path { get; } Encoding Encoding { get; } FileWriteException.DestinationFile DestinationFileType { get; } } }