Relativity.Transfer.UncPathToDocRootConverter
namespace Relativity.Transfer
{
public static class UncPathToDocRootConverter
{
public static string Convert(string uncPath, bool validateConvention = true);
public static void ValidateNamingConvention(string uncPath);
}
}