AbstractBasicFormSaveControlValue Method |
Saves the control value to the data.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax protected virtual void SaveControlValue(
string columnName,
FormEngineUserControl ctrl
)
Parameters
- columnName
- Type: SystemString
Column name - ctrl
- Type: CMS.FormEngine.Web.UIFormEngineUserControl
Control with the value
See Also