Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllSearcherController

    Inheritance
    System.Object
    ManagementApiControllerBase
    SearcherControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Searcher
    Assembly: Umbraco.Cms.Api.Management.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(CancellationToken, Int32, Int32)

    Get the details for searchers

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