Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEntitySearchService

    Performs entity search directly against the database.

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IEntitySearchService

    Methods

    View Source

    Search(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>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX