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, ILogger<ContentValueSetBuilder>)

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

    ContentValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, IUserService, IShortStringHelper, ICoreScopeProvider, Boolean, ILocalizationService, IContentTypeService, ILogger<ContentValueSetBuilder>, IDocumentUrlService, ILanguageService)

    Declaration
    public ContentValueSetBuilder(PropertyEditorCollection propertyEditors, UrlSegmentProviderCollection urlSegmentProviders, IUserService userService, IShortStringHelper shortStringHelper, ICoreScopeProvider scopeProvider, bool publishedValuesOnly, ILocalizationService localizationService, IContentTypeService contentTypeService, ILogger<ContentValueSetBuilder> logger, IDocumentUrlService documentUrlService, ILanguageService languageService)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors
    UrlSegmentProviderCollection urlSegmentProviders
    IUserService userService
    IShortStringHelper shortStringHelper
    ICoreScopeProvider scopeProvider
    System.Boolean publishedValuesOnly
    ILocalizationService localizationService
    IContentTypeService contentTypeService
    ILogger<ContentValueSetBuilder> logger
    IDocumentUrlService documentUrlService
    ILanguageService languageService

    Methods

    View Source

    GetValueSets(IContent[])

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

    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, ILogger<ContentValueSetBuilder>)
      • ContentValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, IUserService, IShortStringHelper, ICoreScopeProvider, Boolean, ILocalizationService, IContentTypeService, ILogger<ContentValueSetBuilder>, IDocumentUrlService, ILanguageService)
    • Methods
      • GetValueSets(IContent[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX