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, 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>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Search(UmbracoObjectTypes, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX