Returns cached form control parameters.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- formControlName
- Type: System String
Name of a form control
- formControlParameters
- Type: System 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: System 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: FormInfoSee Also