Hello community,
Every once in a while we get new MultiTerm XML files to replace our Termbases with revised versions. Since this affects 19 termbases, I am eager to automate this process. This means, I need to create a new termbase, use the previous…
Hello to everyone,
I have currently a problem trying to retrieve image content from a multiterm file.
I get the xml string,as described in the APi documentation
foreach (HitTerm Hit in Hits) { int indexID = Int32.Parse(Hit.ParentEntryID); Entry…
Hi everyone
I find myself stuck with two different options for retrieving all indexes from a MultiTerm termbase:
Option 1 (Sdl.MultiTerm.TMO.Interop): Multiterm.Application application = new Multiterm.Application(); Multiterm.TermbaseRepository repository…