• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBackOfficeExamineSearcher

    Used to search the back office for Examine indexed entities (Documents, Media and Members)

    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IBackOfficeExamineSearcher

    Methods

    View Source

    Search(String, UmbracoEntityTypes, Int32, Int64, out Int64, String, Boolean)

    Declaration
    IEnumerable<ISearchResult> Search(string query, UmbracoEntityTypes entityType, int pageSize, long pageIndex, out long totalFound, string searchFrom = null, bool ignoreUserStartNodes = false)
    Parameters
    Type Name Description
    System.String query
    UmbracoEntityTypes entityType
    System.Int32 pageSize
    System.Int64 pageIndex
    System.Int64 totalFound
    System.String searchFrom
    System.Boolean ignoreUserStartNodes
    Returns
    Type Description
    IEnumerable<ISearchResult>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Search(String, UmbracoEntityTypes, Int32, Int64, out Int64, String, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX