View Source
Class AllIndexerController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class AllIndexerController : IndexerControllerBase
Constructors
View Source
AllIndexerController(IExamineManager, IIndexViewModelFactory)
Declaration
public AllIndexerController(IExamineManager examineManager, IIndexViewModelFactory indexViewModelFactory)
Parameters
Methods
View Source
All(Int32, Int32)
Get the details for indexers
Declaration
public Task<PagedViewModel<IndexViewModel>> All(int skip, int take)
Parameters
Type |
Name |
Description |
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns