Creating a Sample Translation Service Provider Plug-in in Studio 2022 guide

Hello

I'm trying to follow this guide for developing a Sample Translation Service Provider Plug-in

https://developers.rws.com/studio-api-docs/apiconcepts/translationmemory/about_the_sample_translation_service_provider_plugin.html

but for this step I do not have the Options reference

developers.rws.com/.../implementing_the_plugin_user_interface.html

private void bnt_OK_Click(object sender, EventArgs e)
{
    Options.Delimiter = this.combo_delimiter.Text;
    Options.ListFileName = this.txt_ListFile.Text;
}

I have Trados Studio 2022 SR2 - 17.2.12.19268 installed and are using a SDK for Trados Translation Provider (Studio17) can this be the cause?

Likewise I do not have the ListTranslationProvider.ListTranslationProviderScheme

Do know if I need Studio 2024 to be able to follow the guide, or should Studio 2022 sdk have the needed functions?

Best regards
Rasmus

emoji