Click or drag to resize
CustomTableItemGetValue Method (String)
Gets custom table item value.

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

Parameters

columnName
Type: SystemString

Return Value

Type: Object

Implements

ISearchableGetValue(String)
ISimpleDataContainerGetValue(String)
See Also