SaaS CMS has officially launched! Learn more now.

Interface IGadgetDefinitionProvider

Provides gadget definitions to the gadget catalog.

Namespace: EPiServer.Shell.Gadgets
Assembly: EPiServer.Shell.dll
Version: 8.11.0
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.