SearchContextGetSearchValue Method |
Returns column value for current search result item.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax public static Object GetSearchValue(
string id,
string columnName
)
Parameters
- id
- Type: SystemString
ID of the item - columnName
- Type: SystemString
Column name
Return Value
Type:
ObjectSee Also