A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IGadgetDefinitionProvider

Provides gadget definitions to the gadget catalog.

Namespace: EPiServer.Shell.Gadgets
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
public interface IGadgetDefinitionProvider

Methods

ListGadgets()

Gets the provided gadget definitions.

Declaration
IEnumerable<GadgetDefinition> ListGadgets()
Returns
Type Description
System.Collections.Generic.IEnumerable<GadgetDefinition>

An enumeration of gadget definitions.

Extension Methods