TranslatorAddInServer.SaveCopyAs Method
Parent Object: TranslatorAddInServerDescription
Save the specified document to the specified data-source.
Syntax
TranslatorAddInServer.SaveCopyAs( SourceObject As Object, Context As TranslationContext, Options As NameValueMap, TargetData As DataMedium )Parameters
| Name | Type | Description |
| SourceObject | Object | Input object that specifies the source of the data to be saved. |
| Context | TranslationContext | Input TranslationContext object that can be used to determine the context for the translation. |
| Options | NameValueMap | Input NameValueMap that specifies translation options. |
| TargetData | DataMedium | Input DataMedium object that specifies the medium of the data to be saved. |
