Class ImportEventArgs
Base class for events raised through IDataImportEvents
Inheritance
System.Object
ImportEventArgs
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public abstract class ImportEventArgs : EventArgs
Constructors
ImportEventArgs(Type)
Creates a new instance of ImportEventArgs
Declaration
public ImportEventArgs(Type importer)
Parameters
Type | Name | Description |
---|---|---|
System.Type | importer |
Properties
ImportContext
Gets the import context
Declaration
public ImportEventArgs.ContextOfImport ImportContext { get; }
Property Value
Type | Description |
---|---|
ImportEventArgs.ContextOfImport |