Click or drag to resize
KenticoFormBuilderConfigurationControllerGetFormSectionDefaultProperties Method
Gets default properties for a form section type.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ContentResult GetFormSectionDefaultProperties(
	string typeIdentifier
)

Parameters

typeIdentifier
Type: SystemString
Form section type identifier

Return Value

Type: ContentResult
See Also