Click or drag to resize
DocumentsExportHandler.StartEvent Method (SiteExportSettings, TranslationHelper, String, Boolean)
Initiates the event handling

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentsExportHandler StartEvent(
	SiteExportSettings settings,
	TranslationHelper th,
	string objectType,
	bool siteObjects
)

Parameters

settings
Type: CMS.CMSImportExport.SiteExportSettings
Export settings
th
Type: CMS.DataEngine.TranslationHelper
Translation helper
objectType
Type: System.String
Exported object type
siteObjects
Type: System.Boolean
Flag whether site or global objects are exported

Return Value

Type: DocumentsExportHandler
See Also