LayoutTemplateCollectFormElements Method |
Collects form elements from the given container.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax 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