ManualTranslationServiceDownloadCompletedTranslations Method |
Retrieves completed XLIFF files from the service and processes them (imports them into the system). Returns empty string if everything went well.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 12.0.0
Syntaxpublic override string DownloadCompletedTranslations(
string siteName
)
Parameters
- siteName
- Type: SystemString
Name of site for which this method downloads completed XLIFF files.
Return Value
Type:
String
See Also