Click or drag to resize
DataContainerCollection.GetValue Method
Returns value of column.

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

Parameters

columnName
Type: System.String
Column name

Return Value

Type: Object

Implements

ISimpleDataContainer.GetValue(String)
See Also