Interface IEntitySearchService
Performs entity search directly against the database.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IEntitySearchService
Methods
View SourceSearch(UmbracoObjectTypes, string, int, int)
Declaration
PagedModel<IEntitySlim> Search(UmbracoObjectTypes objectType, string query, int skip = 0, int take = 100)
Parameters
| Type | Name | Description |
|---|---|---|
| UmbracoObjectTypes | objectType | |
| string | query | |
| int | skip | |
| int | take |
Returns
| Type | Description |
|---|---|
| PagedModel<IEntitySlim> |