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

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

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
th
Type: CMS.DataEngineTranslationHelper
Translation helper
operation
Type: CMS.CMSImportExportFileOperation
File operation

Return Value

Type: ImportProcessFileOperationHandler
See Also