SaaS CMS has officially launched! Learn more now.

Class ExportEventArgs

Base class for events raised through IDataExportEvents

Inheritance
System.Object
ExportEventArgs
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
public abstract class ExportEventArgs : EventArgs

Constructors

ExportEventArgs(Type)

Creates a new instance of ExportEventArgs

Declaration
public ExportEventArgs(Type exporter)
Parameters
Type Name Description
System.Type exporter

Properties

ExportContext

The context for the export

Declaration
public ExportEventArgs.ContextOfExport ExportContext { get; }
Property Value
Type Description
ExportEventArgs.ContextOfExport

Extension Methods