Click or drag to resize
DocumentImportHandler.StartEvent Method (SiteImportSettings, TranslationHelper)
Initiates the event handling

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public DocumentImportHandler StartEvent(
	SiteImportSettings settings,
	TranslationHelper th
)

Parameters

settings
Type: CMS.CMSImportExport.SiteImportSettings
Import settings
th
Type: CMS.DataEngine.TranslationHelper
Translation helper

Return Value

Type: DocumentImportHandler
See Also