Search Results for

    Show / Hide Table of Contents

    Class ContentValueSetBuilder

    Builds s for items

    Inheritance
    System.Object
    BaseValueSetBuilder<IContent>
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: cs.temp.dll.dll
    Syntax
    public class ContentValueSetBuilder : BaseValueSetBuilder<IContent>, IContentValueSetBuilder, IPublishedContentValueSetBuilder, IValueSetBuilder<IContent>

    Constructors

    ContentValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, IUserService, IShortStringHelper, IScopeProvider, Boolean)

    Declaration
    public ContentValueSetBuilder(PropertyEditorCollection propertyEditors, UrlSegmentProviderCollection urlSegmentProviders, IUserService userService, IShortStringHelper shortStringHelper, IScopeProvider scopeProvider, bool publishedValuesOnly)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors
    UrlSegmentProviderCollection urlSegmentProviders
    IUserService userService
    IShortStringHelper shortStringHelper
    IScopeProvider scopeProvider
    System.Boolean publishedValuesOnly

    Methods

    GetValueSets(IContent[])

    Creates a collection of to be indexed based on a collection of

    Declaration
    public override IEnumerable<ValueSet> GetValueSets(params IContent[] content)
    Parameters
    Type Name Description
    IContent[] content
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValueSet>
    In This Article
    • Constructors
      • ContentValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, IUserService, IShortStringHelper, IScopeProvider, Boolean)
    • Methods
      • GetValueSets(IContent[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX