FormHelper GetFormControlParameters Method Kentico 8.0 API Reference
Returns cached form control parameters.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

formControlName
Type: OnlineSystem String
Name of a form control
formControlParameters
Type: OnlineSystem String
XML with FormInfo definition for form control parameters. This parameter is optional and will be used only if cached FormInfo won't be found
clone
Type: OnlineSystem Boolean
Indicates if cloned object should be returned or original one instead. Use cloning when FormInfo will be modified. Don't use cloning when FormInfo will be used only for reading data

Return Value

Type: FormInfo
See Also