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