View Source
Class AllIndexerController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class AllIndexerController : IndexerControllerBase
Constructors
View Source
AllIndexerController(IExamineManager, IIndexPresentationFactory)
Declaration
public AllIndexerController(IExamineManager examineManager, IIndexPresentationFactory indexPresentationFactory)
Parameters
Methods
View Source
All(CancellationToken, Int32, Int32)
Get the details for indexers
Declaration
public Task<PagedViewModel<IndexResponseModel>> All(CancellationToken cancellationToken, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns