Click or drag to resize
ProcessTranslationHandlerStartEvent Method (ICMSObject, ICMSObject, TranslationSubmissionInfo)
Initiates the event handling

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public ProcessTranslationHandler StartEvent(
	ICMSObject sourceObject,
	ICMSObject targetObject,
	TranslationSubmissionInfo submission
)

Parameters

sourceObject
Type: CMS.BaseICMSObject
Source object ot be translated
targetObject
Type: CMS.BaseICMSObject
Target object ot be used as a translation
submission
Type: CMS.TranslationServicesTranslationSubmissionInfo
Submission being processed

Return Value

Type: ProcessTranslationHandler
See Also