View Source
Class SearchersExamineManagementController
Inheritance
System.Object
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