Click or drag to resize
LayoutTemplateRegisterFormEngineUserControl Method
Registers FormEngineUserControl into BasicForm controls.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void RegisterFormEngineUserControl(
	FormEngineUserControl child,
	string fieldName,
	bool useFFI
)

Parameters

child
Type: CMS.FormControlsFormEngineUserControl
Control to be registered
fieldName
Type: SystemString
Field name
useFFI
Type: SystemBoolean
Indicates if form field information should be used to initialize inner form controls
See Also