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

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

Parameters

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