Click or drag to resize
FormComponentDefinitionProviderGet Method
Gets a component definition by its Identifier.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public FormComponentDefinition Get(
	string identifier
)

Parameters

identifier
Type: SystemString
Identifier of the component definition to retrieve.

Return Value

Type: FormComponentDefinition
Returns component definition with given identifier, or null when not found.

Implements

IFormBuilderDefinitionProviderTDefinitionGet(String)
See Also