Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeExamineSearcher

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Examine.Lucene.dll
    Syntax
    public class BackOfficeExamineSearcher : IBackOfficeExamineSearcher

    Constructors

    View Source

    BackOfficeExamineSearcher(IExamineManager, ILanguageService, IBackOfficeSecurityAccessor, IEntityService, IUmbracoTreeSearcherFields, AppCaches)

    Declaration
    public BackOfficeExamineSearcher(IExamineManager examineManager, ILanguageService languageService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IEntityService entityService, IUmbracoTreeSearcherFields treeSearcherFields, AppCaches appCaches)
    Parameters
    Type Name Description
    IExamineManager examineManager
    ILanguageService languageService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IEntityService entityService
    IUmbracoTreeSearcherFields treeSearcherFields
    AppCaches appCaches

    Methods

    View Source

    Search(string, UmbracoEntityTypes, int, long, out long, string[]?, bool?, string?, bool)

    Declaration
    public IEnumerable<ISearchResult> Search(string query, UmbracoEntityTypes entityType, int pageSize, long pageIndex, out long totalFound, string[]? contentTypeAliases, bool? trashed, string? searchFrom = null, bool ignoreUserStartNodes = false)
    Parameters
    Type Name Description
    string query
    UmbracoEntityTypes entityType
    int pageSize
    long pageIndex
    long totalFound
    string[] contentTypeAliases
    bool? trashed
    string searchFrom
    bool ignoreUserStartNodes
    Returns
    Type Description
    IEnumerable<ISearchResult>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX