TranslatorAddInServer.HasOpenOptions Property
Parent Object: TranslatorAddInServerDescription
Gets whether the translator has options available for opening the specified data-source.
Syntax
TranslatorAddInServer.HasOpenOptions( SourceData As DataMedium, Context As TranslationContext, DefaultOptions As NameValueMap ) As BooleanProperty Value
This is a read only property whose value is a Boolean.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. |
DefaultOptions | NameValueMap | Input NameValueMap that specifies default translation options. |