FormHelperGetFormControlParameters Method |
Returns cached form control parameters.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax public static FormInfo GetFormControlParameters(
string formControlName,
string formControlParameters,
bool clone
)
Parameters
- formControlName
- Type: SystemString
Name of a form control - formControlParameters
- Type: SystemString
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: SystemBoolean
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