• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberIndexPopulator

    Inheritance
    System.Object
    IndexPopulator
    IndexPopulator<IUmbracoMemberIndex>
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MemberIndexPopulator : IndexPopulator<IUmbracoMemberIndex>, IIndexPopulator

    Constructors

    View Source

    MemberIndexPopulator(IMemberService, IValueSetBuilder<IMember>)

    Declaration
    public MemberIndexPopulator(IMemberService memberService, IValueSetBuilder<IMember> valueSetBuilder)
    Parameters
    Type Name Description
    IMemberService memberService
    IValueSetBuilder<IMember> valueSetBuilder

    Methods

    View Source

    PopulateIndexes(IReadOnlyList<IIndex>)

    Declaration
    protected override void PopulateIndexes(IReadOnlyList<IIndex> indexes)
    Parameters
    Type Name Description
    IReadOnlyList<IIndex> indexes
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberIndexPopulator(IMemberService, IValueSetBuilder<IMember>)
    • Methods
      • PopulateIndexes(IReadOnlyList<IIndex>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX