Click or drag to resize
SearchIndexerGetSearchValue Method

Note: This API is now obsolete.

Returns column value for current search result item.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.Search.SearchResultItem.GetSearchValue of corresponding search result instead.", 
	true)]
public static Object GetSearchValue(
	string id,
	string columnName
)

Parameters

id
Type: SystemString
ID of the item
columnName
Type: SystemString
Column name

Return Value

Type: Object
See Also