Click or drag to resize
TranslationServiceHelperImportXLIFFfromZIP Method
Imports XLIFF documents from ZIP file. Returns list of unrecognized filenames, null if everything went ok.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static string ImportXLIFFfromZIP(
	TranslationSubmissionInfo submissionInfo,
	Stream inputStream
)

Parameters

submissionInfo
Type: CMS.TranslationServicesTranslationSubmissionInfo
Submission to export
inputStream
Type: CMS.IOStream
Input stream of a ZIP file

Return Value

Type: String
See Also