Search Results for

    Show / Hide Table of Contents

    Interface IIndexPopulator

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

    Methods

    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

    Populate(IIndex[])

    Populate indexers

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