TranslatorAddIn.ShowSaveCopyAsOptions Method
Parent Object: TranslatorAddInDescription
Show the save options for the specified data-source. This method is only called if True was returned from HasSaveCopyAsOptions.
Remarks
See the various sample programs and the Translator Options page for more information.Syntax
TranslatorAddIn.ShowSaveCopyAsOptions( SourceObject As Object, Context As TranslationContext, ChosenOptions As NameValueMap )Parameters
Name | Type | Description |
SourceObject | Object | Input object that specifies the source of the data to show the save options for. |
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. |