SearchResultItem Constructor |
Initializes a new instance of the
SearchResultItem class with parent search result set to
result.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public SearchResultItem(
SearchResult result
)
Parameters
- result
- Type: CMS.SearchSearchResult
Search result the item belongs to.
Exceptions See Also