Class DataExporterContextEventArgs
Used from Starting.
Event handlers can for example access Transfer
Inheritance
System.Object
DataExporterContextEventArgs
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public class DataExporterContextEventArgs : EventArgs
Constructors
DataExporterContextEventArgs(IDataExporter, ITransferHandlerContext)
Creates a new instance of Data
Declaration
public DataExporterContextEventArgs(IDataExporter dataExporter, ITransferHandlerContext context)
Parameters
Type | Name | Description |
---|---|---|
IData |
dataExporter | |
ITransfer |
context |
Properties
DataExporter
Gets the data exporter instance
Declaration
public IDataExporter DataExporter { get; }
Property Value
Type | Description |
---|---|
IData |
TransferHandlerContext
Gets the transfer handler context
Declaration
public ITransferHandlerContext TransferHandlerContext { get; }
Property Value
Type | Description |
---|---|
ITransfer |
The transfer handlers. |