CmisSync.Lib.DefaultPathRepresentationConverter.RemoteToLocal C# (CSharp) Метод

RemoteToLocal() публичный Метод

public RemoteToLocal ( string remotePath ) : string
remotePath string
Результат string
        public string RemoteToLocal(string remotePath)
        {
            return remotePath;
        }
    }
DefaultPathRepresentationConverter