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