• MultiTerm Interop - Trouble with automated import of MultiTerm XML in Termbase

    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…
  • RE: Possible to Programmatically Reorganise a Termbase via an API?

    This is available via the Termabase object. For more details please have a look in the documentation found here:
  • RE: New SDL Community website

    The API documentation was never part of the community website. You can find in the same place as before:
  • retrieving illustrations from Multiterm .sdltb file

    Anonymous
    Anonymous
    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…
  • Sdl.MultiTerm.TMO.Interop vs. Sdl.MultiTerm.Client.Api

    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…