Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives.ILineNativeFilePath
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives
{
public interface ILineNativeFilePath
{
void AddNativeFilePath(DeferredEntry loadFileEntry, ObjectExportInfo artifact);
}
}