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: 10.10.4
Syntax
[Obsolete("The Episerver gadget framework has been deprecated and was replaced by the Episerver Components.")]
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