IFilePathTransformer public interface IFilePathTransformer Documentation Code namespace Relativity.DataExchange.Export.VolumeManagerV2.Directories { public interface IFilePathTransformer { string TransformPath(string filePath); } }