Click or drag to resize
LayoutTemplateRegisterFormControl Method
Registers the given form control within the form.

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 RegisterFormControl(
	Control child,
	string fieldName,
	bool useFFI = false
)

Parameters

child
Type: System.Web.UIControl
Control to register
fieldName
Type: SystemString
Field name
useFFI (Optional)
Type: SystemBoolean
Indicates if form field information should be used to initialize inner form controls
See Also