Search Results for

    Show / Hide Table of Contents

    Class IndexPopulator

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class IndexPopulator : IIndexPopulator

    Methods

    IsRegistered(IIndex)

    Declaration
    public virtual bool IsRegistered(IIndex index)
    Parameters
    Type Name Description
    IIndex index
    Returns
    Type Description
    System.Boolean

    Populate(IIndex[])

    Declaration
    public void Populate(params IIndex[] indexes)
    Parameters
    Type Name Description
    IIndex[] indexes

    PopulateIndexes(IReadOnlyList<IIndex>)

    Declaration
    protected abstract void PopulateIndexes(IReadOnlyList<IIndex> indexes)
    Parameters
    Type Name Description
    System.Collections.Generic.IReadOnlyList<IIndex> indexes

    RegisterIndex(String)

    Registers an index for this populator

    Declaration
    public void RegisterIndex(string indexName)
    Parameters
    Type Name Description
    System.String indexName
    In This Article
    • Methods
      • IsRegistered(IIndex)
      • Populate(IIndex[])
      • PopulateIndexes(IReadOnlyList<IIndex>)
      • RegisterIndex(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX