Click or drag to resize
LayoutTemplateRegisterFormControlControl Method
Registers FormControl into BasicForm controls.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual void RegisterFormControlControl(
	FormControl child,
	string fieldName
)

Parameters

child
Type: CMS.FormEngine.Web.UIFormControl
Control to be registered
fieldName
Type: SystemString
Field name
See Also