Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllIndexerController

    Inheritance
    System.Object
    ManagementApiControllerBase
    IndexerControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Indexer
    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
    Type Name Description
    IExamineManager examineManager
    IIndexPresentationFactory indexPresentationFactory

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