Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExamineManagerService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.Services
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class ExamineManagerService : IExamineManagerService

    Constructors

    View Source

    ExamineManagerService(IExamineManager)

    Declaration
    public ExamineManagerService(IExamineManager examineManager)
    Parameters
    Type Name Description
    IExamineManager examineManager

    Methods

    View Source

    TryFindSearcher(String, out ISearcher)

    Declaration
    public bool TryFindSearcher(string searcherName, out ISearcher searcher)
    Parameters
    Type Name Description
    System.String searcherName
    ISearcher searcher
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ExamineManagerService(IExamineManager)
    • Methods
      • TryFindSearcher(String, out ISearcher)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX