Click or drag to resize
DocumentsExportHandlerStartEvent 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.CMSImportExportSiteExportSettings
Export settings
th
Type: CMS.DataEngineTranslationHelper
Translation helper
objectType
Type: SystemString
Exported object type
siteObjects
Type: SystemBoolean
Flag whether site or global objects are exported

Return Value

Type: DocumentsExportHandler
See Also