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