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

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax
C#
public ImportProcessFileOperationHandler StartEvent(
	SiteImportSettings settings,
	TranslationHelper th,
	FileOperation operation
)

Parameters

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

Return Value

Type: ImportProcessFileOperationHandler
See Also