Click or drag to resize
LayoutTemplateCollectFormElements Method
Collects form elements from the given container.

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

Parameters

container
Type: System.Web.UIControl
Container to examine
fieldName
Type: SystemString
Field name provided by the parent container
useFFI (Optional)
Type: SystemBoolean
Indicates if form field information should be used to initialize inner form controls
See Also