Assembly: EPiServer.Shell (in EPiServer.Shell.dll) Version: 10.12.2.0
C# |
---|
public class SearchResult |
The model that is returned from from an ISearchProvider.
Name | Summary | Status |
---|---|---|
SearchResult Constructor (String, String) | Initializes a new instance of the SearchResult class. | public |
SearchResult Constructor (String, String, String) | Initializes a new instance of the SearchResult class. | public |
Name | Summary | Status |
---|---|---|
IconCssClass | A css class used when rendering this search result. | public |
Language | The language the this search result is in. | public |
Metadata | Custom Meta Data not rendered | public, private |
PreviewText | A preview text for this search result. | public |
Title | The title of this search result. | public |
ToolTipElements | A list of tooltip elements | public, private |
Url | The URL to this search result. | public |