Click or drag to resize
FormComponentDefinitionProvider Class
Retrieves list of registered component definitions for Form builder.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormComponentDefinitionProvider

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class FormComponentDefinitionProvider : IFormComponentDefinitionProvider, 
	IFormBuilderDefinitionProvider<FormComponentDefinition>

The FormComponentDefinitionProvider type exposes the following members.

Constructors
  NameDescription
Public methodFormComponentDefinitionProvider
Top
Methods
  NameDescription
Public methodGet
Gets a component definition by its Identifier.
Public methodGetAll
Gets an enumeration of all registered form control definitions.
Top
See Also