Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexPresentationFactory

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class IndexPresentationFactory : IIndexPresentationFactory

    Constructors

    View Source

    IndexPresentationFactory(IIndexDiagnosticsFactory, IIndexRebuilder, IIndexingRebuilderService)

    Declaration
    public IndexPresentationFactory(IIndexDiagnosticsFactory indexDiagnosticsFactory, IIndexRebuilder indexRebuilder, IIndexingRebuilderService indexingRebuilderService)
    Parameters
    Type Name Description
    IIndexDiagnosticsFactory indexDiagnosticsFactory
    IIndexRebuilder indexRebuilder
    IIndexingRebuilderService indexingRebuilderService

    Methods

    View Source

    Create(IIndex)

    Declaration
    public IndexResponseModel Create(IIndex index)
    Parameters
    Type Name Description
    IIndex index
    Returns
    Type Description
    IndexResponseModel
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • IndexPresentationFactory(IIndexDiagnosticsFactory, IIndexRebuilder, IIndexingRebuilderService)
    • Methods
      • Create(IIndex)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX