Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIndexPopulator

    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IIndexPopulator

    Methods

    View Source

    IsRegistered(IIndex)

    If this index is registered with this populator

    Declaration
    bool IsRegistered(IIndex index)
    Parameters
    Type Name Description
    IIndex index
    Returns
    Type Description
    System.Boolean
    View Source

    Populate(IIndex[])

    Populate indexers

    Declaration
    void Populate(params IIndex[] indexes)
    Parameters
    Type Name Description
    IIndex[] indexes
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsRegistered(IIndex)
      • Populate(IIndex[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX