FormInfoTransformationBaseUpdateCountrySystemFormField Method |
Updates the specified system form field info with new settings and changes the associated editing control to a country selector.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax protected void UpdateCountrySystemFormField(
FormFieldInfo formField,
string caption,
string returnType
)
Parameters
- formField
- Type: CMS.FormEngineFormFieldInfo
The system form field info to update. - caption
- Type: SystemString
The new field caption. - returnType
- Type: SystemString
The ReturnType setting of the country selector.
See Also