SDK: Terminology Verifier / Termbase Order

I am looking to use the SDK to verify files.

Currently the Verification > Terminology Verifier can only use one termbase at a time.

What I would like to achieve is to loop this process for each of the attached termbases.

I'm guessing I would have to use like this:

  1. Call AutomaticTaskTemplateIds.VerifyFiles
  2. Import a new .sdltvsettings file
  3. Repeat, for each termbase

What I am having issues with is point number 2.

How can I import (and maybe export) the Terminology Verifier Profile?

* Alternatively

Another possible solution would be:

  1. Run the VerifyFiles task
  2. Change the order of the termbases/or disable relevant termbases
  3. Save the project
  4. Run the VerifyFiles task again....and repeat

Can the termbase order be changed, or specific termbases enabled/disabled with the SDK?

Thanks in advance