• How can I add a Memory Server programmatically for the user?

    I can create an instance on the code with TranslationProviderServer. But then how do I make it so it appears in the servers list
  • Add Server Based Memory to Project using API

    I'm trying to add a server Based Memory to a File based Project. I'm able to do it through the Studio UI. But I can't figure it out with the API. My code: Uri projectServer = new Uri(serverUri); project.Credentials.AddCredential(projectServer…