Click or drag to resize
TranslationServiceHelperDownloadXLIFFinZIP Method
Starts download of XLIFF document from given submission item.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static void DownloadXLIFFinZIP(
	TranslationSubmissionInfo submissionInfo,
	HttpResponse response
)

Parameters

submissionInfo
Type: CMS.TranslationServicesTranslationSubmissionInfo
Submission to export
response
Type: System.WebHttpResponse
Response object
See Also