Class SearchResult
Inheritance
System.Object
SearchResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Search
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public class SearchResult
Constructors
SearchResult(String, String)
Declaration
public SearchResult(string url, string title)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | |
System.String | title |
SearchResult(String, String, String)
Declaration
public SearchResult(string url, string title, string previewText)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | |
System.String | title | |
System.String | previewText |
Properties
IconCssClass
Declaration
public string IconCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Language
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Metadata
Declaration
public IDictionary<string, string> Metadata { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |
PreviewText
Declaration
public string PreviewText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTipElements
Declaration
public IList<ToolTipElement> ToolTipElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ToolTipElement> |
Url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |