Click or drag to resize
AbstractHumanTranslationServiceDownloadCompletedTranslations Method
Retrieves completed XLIFF files from the service and saves them to appropriate submission items.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 11.0.0
Syntax
C#
public abstract 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