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: 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