Hello there
I am trying to retrieve the container name for a GroupShare 2017 SR1 CU8 translation memory. I can retrieve TM properties such as the organization, but apparently not the container name.
tm.Container.Name returns the attached error. Anyone else ever ran into this one?
var server = new TranslationProviderServer(new Uri("http://servername"), false, "username", "password");
var tm = server.GetTranslationMemory("/tm", TranslationMemoryProperties.All);
MessageBox.Show(tm.Container.Name);
Generated Image Alt-Text
[edited by: Trados AI at 10:37 AM (GMT 0) on 4 Mar 2024]