Click or drag to resize
FormEngineUserControlGetColumnValue Method
Gets the given column value from the form data

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected Object GetColumnValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object
See Also