Override the default behavior when plug-ins are loaded

Namespace:  EPiServer.PlugIn
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
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.

See Also