Click or drag to resize
TranslationServiceHelperCreateSubmissionInfo Method
Creates new submission to queue (saves it to DB also) and returns the object.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static TranslationSubmissionInfo CreateSubmissionInfo(
	TranslationSettings settings,
	TranslationServiceInfo info,
	int userId,
	int siteId,
	string submissionName
)

Parameters

settings
Type: CMS.TranslationServicesTranslationSettings
Translation settings
info
Type: CMS.TranslationServicesTranslationServiceInfo
Translation service info
userId
Type: SystemInt32
ID of the user who created submission
siteId
Type: SystemInt32
ID of the site the submission belongs to
submissionName
Type: SystemString
Name of the submission

Return Value

Type: TranslationSubmissionInfo
See Also