Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexesExamineManagementController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ExamineManagementControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.ExamineManagement
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class IndexesExamineManagementController : ExamineManagementControllerBase

    Constructors

    View Source

    IndexesExamineManagementController(IExamineManager, IExamineIndexViewModelFactory)

    Declaration
    public IndexesExamineManagementController(IExamineManager examineManager, IExamineIndexViewModelFactory examineIndexViewModelFactory)
    Parameters
    Type Name Description
    IExamineManager examineManager
    IExamineIndexViewModelFactory examineIndexViewModelFactory

    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
    Type Description
    Task<PagedViewModel<ExamineIndexViewModel>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • IndexesExamineManagementController(IExamineManager, IExamineIndexViewModelFactory)
    • Methods
      • Indexes(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX