Search Results for

    Show / Hide Table of Contents

    Class MediaValueSetBuilder

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

    Constructors

    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

    Methods

    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
    System.Collections.Generic.IEnumerable<ValueSet>
    In This Article
    • Constructors
      • MediaValueSetBuilder(PropertyEditorCollection, UrlSegmentProviderCollection, MediaUrlGeneratorCollection, IUserService, IShortStringHelper, IOptions<ContentSettings>)
    • Methods
      • GetValueSets(IMedia[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX