FormInfoTransformationBaseUpdateSystemFormField Method |
Updates the specified system form field info with new settings.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax protected void UpdateSystemFormField(
FormFieldInfo formField,
string caption,
string controlName
)
Parameters
- formField
- Type: CMS.FormEngineFormFieldInfo
The system form field info to update. - caption
- Type: SystemString
The new field caption. - controlName
- Type: SystemString
The name of the new editing control associated with the specified field.
See Also