Click or drag to resize
LayoutTemplateRegisterFormFieldControl Method
Registers FormField into BasicForm controls.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void RegisterFormFieldControl(
	FormField child,
	string fieldName
)

Parameters

child
Type: CMS.FormControlsFormField
Control to be registered
fieldName
Type: SystemString
Field name
See Also