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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.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