Relativity.Transfer.InUseDetection static class InUseDetection Documentation Code namespace Relativity.Transfer { internal static class InUseDetection { public static IList<Process> GetProcessesUsingFiles(IList<string> filePaths); } }