TranslationServiceHelperDownloadXLIFFinZIP Method |
Starts download of XLIFF document from given submission item.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public static void DownloadXLIFFinZIP(
TranslationSubmissionInfo submissionInfo,
HttpResponse response
)
Parameters
- submissionInfo
- Type: CMS.TranslationServicesTranslationSubmissionInfo
Submission to export - response
- Type: System.WebHttpResponse
Response object
See Also