Interface ICustomPlugInLoader
Override the default behavior when plug-ins are loaded
Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface ICustomPlugInLoader
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.
Examples
The following sample shows how to determine if a plugin should be visible by implementing the ICustomPlugInLoader interface. The plugin will only be shown to users in the Administrators group.
Methods
List()
List plugins for area
Declaration
PlugInDescriptor[] List()
Returns
Type | Description |
---|---|
PlugInDescriptor[] |