TranslatorAddInServer.ShowOpenOptions Method
Parent Object: TranslatorAddInServerDescription
Show the open options for the specified data-source. This method is only called if True was returned from HasOpenOptions.
Syntax
TranslatorAddInServer.ShowOpenOptions( SourceData As DataMedium, Context As TranslationContext, ChosenOptions As NameValueMap )Parameters
Name | Type | Description |
SourceData | DataMedium | Input DataMedium object that specifies the data source. |
Context | TranslationContext | Input TranslationContext object that can be used to determine the context for the translation. |
ChosenOptions | NameValueMap | Input NameValueMap that specifies the options chosen. |