Click or drag to resize
SingleExportSelectionHandler.StartEvent Method (SiteExportSettings, GeneralizedInfo, List<String>)
Initiates the event handling

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax
C#
public SingleExportSelectionEventArgs StartEvent(
	SiteExportSettings settings,
	GeneralizedInfo infoObj,
	List<string> selectedObjects
)

Parameters

settings
Type: CMS.CMSImportExport.SiteExportSettings
Export settings
infoObj
Type: CMS.DataEngine.GeneralizedInfo
Exported object
selectedObjects
Type: System.Collections.Generic.List<String>
List of selected objects

Return Value

Type: SingleExportSelectionEventArgs
See Also