Click or drag to resize
FormComponent Constructor
Initializes a new instance of the FormComponent class for the specified properties type.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected FormComponent(
	Type propertiesType
)

Parameters

propertiesType
Type: SystemType
Properties type of the form component.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when propertiesType is null.
ArgumentExceptionThrown when propertiesType specifies a type which does not inherit FormComponentProperties.
See Also