Click or drag to resize
SearchIndexInfoGetValue Method (String)
Gets the field value.

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
ISearchableGetValue(String)
ISimpleDataContainerGetValue(String)
See Also