Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaValueSetBuilder

    Inheritance
    System.Object
    BaseValueSetBuilder<IMedia>
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MediaValueSetBuilder : BaseValueSetBuilder<IMedia>, IValueSetBuilder<IMedia>

    Constructors

    View Source

    MediaValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, MediaUrlGeneratorCollection, IUserService, IShortStringHelper, IOptions<ContentSettings>)

    Declaration
    public MediaValueSetBuilder(PropertyEditorCollection propertyEditors, UrlSegmentProviderCollection urlSegmentProviders, MediaUrlGeneratorCollection mediaUrlGenerators, IUserService userService, IShortStringHelper shortStringHelper, IOptions<ContentSettings> contentSettings)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors
    UrlSegmentProviderCollection urlSegmentProviders
    MediaUrlGeneratorCollection mediaUrlGenerators
    IUserService userService
    IShortStringHelper shortStringHelper
    IOptions<ContentSettings> contentSettings
    View Source

    MediaValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, MediaUrlGeneratorCollection, IUserService, IShortStringHelper, IOptions<ContentSettings>, IContentTypeService)

    Declaration
    public MediaValueSetBuilder(PropertyEditorCollection propertyEditors, UrlSegmentProviderCollection urlSegmentProviders, MediaUrlGeneratorCollection mediaUrlGenerators, IUserService userService, IShortStringHelper shortStringHelper, IOptions<ContentSettings> contentSettings, IContentTypeService contentTypeService)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors
    UrlSegmentProviderCollection urlSegmentProviders
    MediaUrlGeneratorCollection mediaUrlGenerators
    IUserService userService
    IShortStringHelper shortStringHelper
    IOptions<ContentSettings> contentSettings
    IContentTypeService contentTypeService

    Methods

    View Source

    GetValueSets(IMedia[])

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

    Declaration
    public override IEnumerable<ValueSet> GetValueSets(params IMedia[] media)
    Parameters
    Type Name Description
    IMedia[] media
    Returns
    Type Description
    IEnumerable<ValueSet>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, MediaUrlGeneratorCollection, IUserService, IShortStringHelper, IOptions<ContentSettings>)
      • MediaValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, MediaUrlGeneratorCollection, IUserService, IShortStringHelper, IOptions<ContentSettings>, IContentTypeService)
    • Methods
      • GetValueSets(IMedia[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX