Click or drag to resize
TranslationServiceHelperSubmitToTranslation Method
Submits the node for translation. If the service is human translation service, creates the whole submission (submission will contain only specified document).

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static string SubmitToTranslation(
	TranslationSettings settings,
	TreeNode sourceNode,
	out TranslationSubmissionInfo submissionInfo
)

Parameters

settings
Type: CMS.TranslationServicesTranslationSettings
Translations settings
sourceNode
Type: CMS.DocumentEngineTreeNode
Node to submit (source language node with all necessary data)
submissionInfo
Type: CMS.TranslationServicesTranslationSubmissionInfo
Submission info

Return Value

Type: String
Null if operation succeeded, otherwise returns error message.
See Also