Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IValueSetBuilder<T>

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

    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IValueSetBuilder<in T>
    Type Parameters
    Name Description
    T

    Methods

    View Source

    GetValueSets(T[])

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

    Declaration
    IEnumerable<ValueSet> GetValueSets(params T[] content)
    Parameters
    Type Name Description
    T[] content
    Returns
    Type Description
    IEnumerable<ValueSet>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetValueSets(T[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX