Class EntriesSearchQuery
Inheritance
System.Object
EntriesSearchQuery
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class EntriesSearchQuery : ContentQueryBase
Constructors
EntriesSearchQuery(IContentQueryHelper, IContentRepository, SearchProvidersManager, LanguageSelectorFactory)
Declaration
public EntriesSearchQuery(IContentQueryHelper queryHelper, IContentRepository contentRepository, SearchProvidersManager searchProvidersManager, LanguageSelectorFactory languageSelectorFactory)
Parameters
Type |
Name |
Description |
EPiServer.Cms.Shell.UI.Rest.ContentQuery.IContentQueryHelper |
queryHelper |
|
EPiServer.IContentRepository |
contentRepository |
|
EPiServer.Shell.Search.SearchProvidersManager |
searchProvidersManager |
|
EPiServer.Core.LanguageSelectorFactory |
languageSelectorFactory |
|
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Filter(IEnumerable<IContent>, ContentQueryParameters)
Declaration
protected override IEnumerable<IContent> Filter(IEnumerable<IContent> items, ContentQueryParameters parameters)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
items |
|
EPiServer.Cms.Shell.UI.Rest.ContentQuery.ContentQueryParameters |
parameters |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
|
GetContent(ContentQueryParameters)
Declaration
protected override IEnumerable<IContent> GetContent(ContentQueryParameters parameters)
Parameters
Type |
Name |
Description |
EPiServer.Cms.Shell.UI.Rest.ContentQuery.ContentQueryParameters |
parameters |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
|