Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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

Extension Methods