View Source
Class IndexExamineManagementController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class IndexExamineManagementController : ExamineManagementControllerBase
Constructors
View Source
IndexExamineManagementController(IExamineIndexViewModelFactory, IExamineManager)
Declaration
public IndexExamineManagementController(IExamineIndexViewModelFactory examineIndexViewModelFactory, IExamineManager examineManager)
Parameters
Methods
View Source
Index(String)
Check if the index has been rebuilt
Declaration
public async Task<ActionResult<ExamineIndexViewModel>> Index(string indexName)
Parameters
Type |
Name |
Description |
System.String |
indexName |
|
Returns