Click or drag to resize
DocumentImportHandlerStartEvent Method (SiteImportSettings, TranslationHelper, TreeNode)
Initiates the event handling

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

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
th
Type: CMS.DataEngineTranslationHelper
Translation helper
document
Type: CMS.DocumentEngineTreeNode
Imported document

Return Value

Type: DocumentImportHandler
See Also