Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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