• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class SearchExamineManagementController

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

    Constructors

    View Source

    SearchExamineManagementController(IExamineManagerService)

    Declaration
    public SearchExamineManagementController(IExamineManagerService examineManagerService)
    Parameters
    Type Name Description
    IExamineManagerService examineManagerService

    Methods

    View Source

    GetSearchResults(String, String, Int32, Int32)

    Declaration
    public async Task<ActionResult<PagedViewModel<SearchResultViewModel>>> GetSearchResults(string searcherName, string query, int skip, int take)
    Parameters
    Type Name Description
    System.String searcherName
    System.String query
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<ActionResult<PagedViewModel<SearchResultViewModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SearchExamineManagementController(IExamineManagerService)
    • Methods
      • GetSearchResults(String, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX