Click or drag to resize
XmlDataGetValue Method
Returns value of column.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
public virtual Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also