Class SearchResultModel
Inheritance
System.Object
SearchResultModel
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.UI.Models
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7Syntax
public class SearchResultModel
Constructors
SearchResultModel()
Declaration
public SearchResultModel()
Properties
FilterOnCulture
Declaration
public bool FilterOnCulture { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Parameters
Declaration
public JsonDictionary Parameters { get; set; }
Property Value
Type | Description |
---|---|
JsonDictionary |
ProviderId
Declaration
public string ProviderId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SearchQuery
Declaration
public string SearchQuery { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SearchRoots
Declaration
public string SearchRoots { get; set; }
Property Value
Type | Description |
---|---|
System.String |