Search Results for

    Show / Hide Table of Contents
    View Source

    Class SearchersExamineManagementController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ExamineManagementControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.ExamineManagement
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class SearchersExamineManagementController : ExamineManagementControllerBase

    Constructors

    View Source

    SearchersExamineManagementController(IExamineManager)

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

    Methods

    View Source

    Searchers(Int32, Int32)

    Get the details for searchers

    Declaration
    public async Task<ActionResult<PagedViewModel<SearcherViewModel>>> Searchers(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
      • SearchersExamineManagementController(IExamineManager)
    • Methods
      • Searchers(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX