SaaS CMS has officially launched! Learn more now.

Class ImportEventArgs

Base class for events raised through IDataImportEvents

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
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

Extension Methods