Try our conversational search powered by Generative AI!

Interface ICustomPlugInDataLoader

Override the default behavior when plug-ins are loaded

Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 11.20.7
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