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, Int32, Int32)
Declaration
PagedModel<IEntitySlim> Search(UmbracoObjectTypes objectType, string query, int skip = 0, int take = 100)
Parameters
Type | Name | Description |
---|---|---|
Umbraco |
objectType | |
System. |
query | |
System. |
skip | |
System. |
take |
Returns
Type | Description |
---|---|
Paged |