Click or drag to resize
BizFormItemGetValue Method (String)
Gets BizForm item value.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax
C#
public override Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString

Return Value

Type: Object

Implements

ISearchableGetValue(String)
ISimpleDataContainerGetValue(String)
See Also