Click or drag to resize
BizFormItemSetValue Method (String, Object)
Sets value of column.

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

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Column value

Return Value

Type: Boolean

Implements

ISearchableSetValue(String, Object)
ISimpleDataContainerSetValue(String, Object)
See Also