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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
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