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

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static void DownloadXLIFF(
	TranslationSubmissionItemInfo item,
	HttpResponse response
)

Parameters

item
Type: CMS.TranslationServicesTranslationSubmissionItemInfo
Submission item
response
Type: System.WebHttpResponse
Response object
See Also