Click or drag to resize
SearchResultItem Constructor
Initializes a new instance of the SearchResultItem class with parent search result set to result.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public SearchResultItem(
	SearchResult result
)

Parameters

result
Type: CMS.SearchSearchResult
Search result the item belongs to.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when result is null.
See Also