Class ExportEventArgs
Base class for events raised through IDataExportEvents
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
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 |