Click or drag to resize
SingleExportSelectionHandlerStartEvent Method (SiteExportSettings, GeneralizedInfo, ListString)
Initiates the event handling

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

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
infoObj
Type: CMS.DataEngineGeneralizedInfo
Exported object
selectedObjects
Type: System.Collections.GenericListString
List of selected objects

Return Value

Type: SingleExportSelectionEventArgs
See Also