Click or drag to resize
TranslationServiceHelperProcessSubmission Method
Processes all the translations within the submission. Returns null if everything went ok, otherwise return error message.

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

Parameters

submissionInfo
Type: CMS.TranslationServicesTranslationSubmissionInfo
Submission to process

Return Value

Type: String
See Also