Click or drag to resize
CMSOutputResourceGetValue Method
Gets the value of a column.

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

Parameters

columnName
Type: SystemString
Name of the column

Return Value

Type: Object
The value in a column

Implements

ISimpleDataContainerGetValue(String)
See Also