Click or drag to resize
CreateSubmissionItemHandlerStartEvent Method (TranslationSettings, TranslationSubmissionInfo, ICMSObject, Int32, String)
Initiates the event handling

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public CreateSubmissionItemHandler StartEvent(
	TranslationSettings settings,
	TranslationSubmissionInfo submission,
	ICMSObject source,
	int targetObjectId,
	string targetCultureCode
)

Parameters

settings
Type: CMS.TranslationServicesTranslationSettings
Translation settings
submission
Type: CMS.TranslationServicesTranslationSubmissionInfo
Submission being processed
source
Type: CMS.BaseICMSObject
Source object being translated
targetObjectId
Type: SystemInt32
Target object ID
targetCultureCode
Type: SystemString
Target culture code

Return Value

Type: CreateSubmissionItemHandler
See Also