Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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

Extension Methods