Class ImportEventArgs
Base class for events raised through IData
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 Import
Declaration
public ImportEventArgs(Type importer)
Parameters
Type | Name | Description |
---|---|---|
System. |
importer |
Properties
ImportContext
Gets the import context
Declaration
public ImportEventArgs.ContextOfImport ImportContext { get; }
Property Value
Type | Description |
---|---|
Import |