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: 13.0.131
Syntax public SearchResultItem(
SearchResult result
)
Parameters
- result
- Type: CMS.SearchSearchResult
Search result the item belongs to.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when result is null. |
See Also