SearchResultItemGetSearchValue Method |
Returns column value for current search result item. The value is obtained from
ResultData,
if such column is present, or
SearchDocument.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public Object GetSearchValue(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name
Return Value
Type:
ObjectSee Also