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