Click or drag to resize
IComponentDefinitionProviderTDefinition Interface
Provides interface to retrieve list of registered component definitions for Page builder.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IComponentDefinitionProvider<out TDefinition>
where TDefinition : ComponentDefinitionBase

Type Parameters

TDefinition
Type of the component definition.

The IComponentDefinitionProviderTDefinition type exposes the following members.

Methods
  NameDescription
Public methodGetAll
Gets list of registered components.
Top
See Also