A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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
Type Description
ExportEventArgs.ContextOfExport

Extension Methods