Possible to Programmatically Reorganise a Termbase via an API?

When browsing a termbase using MultiTerm (desktop) I can right-click on a termbase (in the Termbase Management view) and select "Reorganize".


Is this functionality exposed by any of the APIs?

Parents Reply
  • Thanks Romulus. As per my other question (https://community.sdl.com/developers/language-developers/f/57/t/4612) I was using the Sdl.Multiterm.Client.Api.dll instead of the DLL I should have been using.

    May I point out that the documentation which you've linked to contains an error: In the section entitled "Connecting to a MultiTerm Server", the documentation mentions

    new Sdl.MultiTerm.TMO.Interop.ApplicationClass();

    Which should really be

    new Sdl.MultiTerm.TMO.Interop.Application();

    This is why I went to the Sdl.Multiterm.Client.Api DLL in the first place.

    Thanks for your help.
Children
No Data