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

Interface ICustomPlugInDataLoader

Override the default behavior when plug-ins are loaded

Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface ICustomPlugInDataLoader
Remarks

This class may be useful when a single plug-in need to generate multiple items or no items at all depending on custom conditions.

Methods

Data_Load(Object, EventArgs)

List plugins for area

Declaration
void Data_Load(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Extension Methods