Click or drag to resize
LayoutTemplateRegisterEditingFormControl Method
Registers EditingFormControl 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 RegisterEditingFormControl(
	EditingFormControl child,
	string fieldName,
	bool useFFI
)

Parameters

child
Type: CMS.FormEngine.Web.UIEditingFormControl
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