Click or drag to resize
DataComFormSaveControlValue Method
This method is overridden for a specific purpose and shouldn't be changed.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
protected override void SaveControlValue(
	string columnName,
	FormEngineUserControl userControl
)

Parameters

columnName
Type: SystemString
The name of the column.
userControl
Type: CMS.FormControlsFormEngineUserControl
The form control.
See Also