Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllSearcherController

    Inheritance
    System.Object
    ManagementApiControllerBase
    SearcherControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.Searcher
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class AllSearcherController : SearcherControllerBase

    Constructors

    View Source

    AllSearcherController(IExamineManager)

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

    Methods

    View Source

    All(Int32, Int32)

    Get the details for searchers

    Declaration
    public async Task<ActionResult<PagedViewModel<SearcherViewModel>>> All(int skip, int take)
    Parameters
    Type Name Description
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<ActionResult<PagedViewModel<SearcherViewModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllSearcherController(IExamineManager)
    • Methods
      • All(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX