Class ContentValueSetBuilder
Inheritance
System.Object
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> |
|