Interface ISearchProvider
Namespace: EPiServer.Shell.Search
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public interface ISearchProvider
Properties
Area
Declaration
string Area { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Category
Declaration
string Category { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Search(Query)
Declaration
IEnumerable<SearchResult> Search(Query query)
Parameters
| Type | Name | Description |
|---|---|---|
| Query | query |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<SearchResult> |