FormFieldInfoSetControlName Method |
Sets code name of form control used for rendering this form field.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax public void SetControlName(
string controlName
)
Parameters
- controlName
- Type: SystemString
Code name of form control. Use control names defined in FormFieldControlName class.
See Also