Click or drag to resize
AbstractBasicFormSaveControlValue Method
Saves the control value to the data.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected virtual void SaveControlValue(
	string columnName,
	FormEngineUserControl ctrl
)

Parameters

columnName
Type: SystemString
Column name
ctrl
Type: CMS.FormControlsFormEngineUserControl
Control with the value
See Also