Click or drag to resize
DocumentsExportEventArgs Properties

The DocumentsExportEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyData
Exported data. Available only in ExportObjects.After and ExportDocuments.After handler
(Inherited from ExportEventArgs.)
Public propertyObjectType
Object type which is exported
(Inherited from ExportEventArgs.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertySettings
Export settings
(Inherited from ExportBaseEventArgs.)
Public propertySiteObjects
Flag whether the system exports the site objects or global objects
(Inherited from ExportEventArgs.)
Public propertyTranslationHelper
Translation helper
(Inherited from ExportEventArgs.)
Top
See Also