Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentValueSetBuilder

    Builds s for IContent items

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

    Constructors

    View Source

    ContentValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, IUserService, IShortStringHelper, ICoreScopeProvider, Boolean, ILocalizationService, IContentTypeService)

    Declaration
    public ContentValueSetBuilder(PropertyEditorCollection propertyEditors, UrlSegmentProviderCollection urlSegmentProviders, IUserService userService, IShortStringHelper shortStringHelper, ICoreScopeProvider scopeProvider, bool publishedValuesOnly, ILocalizationService localizationService, IContentTypeService contentTypeService)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors
    UrlSegmentProviderCollection urlSegmentProviders
    IUserService userService
    IShortStringHelper shortStringHelper
    ICoreScopeProvider scopeProvider
    System.Boolean publishedValuesOnly
    ILocalizationService localizationService
    IContentTypeService contentTypeService
    View Source

    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
    View Source

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

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

    Methods

    View Source

    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
    IEnumerable<ValueSet>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, IUserService, IShortStringHelper, ICoreScopeProvider, Boolean, ILocalizationService, IContentTypeService)
      • ContentValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, IUserService, IShortStringHelper, IScopeProvider, Boolean)
      • ContentValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, IUserService, IShortStringHelper, IScopeProvider, Boolean, ILocalizationService)
    • Methods
      • GetValueSets(IContent[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX