View Source
Interface IValueSetBuilder<T>
Creates a collection of Examine.ValueSet to be indexed based on a collection of T.
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IValueSetBuilder<in T>
Type Parameters
Methods
View Source
GetValueSets(params T[])
Creates a collection of Examine.ValueSet to be indexed based on a collection of T.
Declaration
IEnumerable<ValueSet> GetValueSets(params T[] content)
Parameters
| Type |
Name |
Description |
| T[] |
content |
|
Returns
| Type |
Description |
| IEnumerable<ValueSet> |
|