View Source
Class IndexesExamineManagementController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class IndexesExamineManagementController : ExamineManagementControllerBase
Constructors
View Source
IndexesExamineManagementController(IExamineManager, IExamineIndexViewModelFactory)
Declaration
public IndexesExamineManagementController(IExamineManager examineManager, IExamineIndexViewModelFactory examineIndexViewModelFactory)
Parameters
Methods
View Source
Indexes(Int32, Int32)
Get the details for indexers
Declaration
public async Task<PagedViewModel<ExamineIndexViewModel>> Indexes(int skip, int take)
Parameters
Type |
Name |
Description |
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns