TranslatorAddInServer.ShowSaveCopyAsOptions Method
Parent Object: TranslatorAddInServerDescription
Show the save options for the specified data-source. This method is only called if True was returned from HasSaveCopyAsOptions.
Syntax
TranslatorAddInServer.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. |