Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaUrlGeneratorCollection

    Inheritance
    System.Object
    BuilderCollectionBase<IMediaUrlGenerator>
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class MediaUrlGeneratorCollection : BuilderCollectionBase<IMediaUrlGenerator>, IBuilderCollection<IMediaUrlGenerator>

    Constructors

    View Source

    MediaUrlGeneratorCollection(Func<IEnumerable<IMediaUrlGenerator>>)

    Declaration
    public MediaUrlGeneratorCollection(Func<IEnumerable<IMediaUrlGenerator>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IMediaUrlGenerator>> items

    Methods

    View Source

    TryGetMediaPath(String, Object, out String)

    Declaration
    public bool TryGetMediaPath(string propertyEditorAlias, object value, out string mediaPath)
    Parameters
    Type Name Description
    System.String propertyEditorAlias
    System.Object value
    System.String mediaPath
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaUrlGeneratorCollection(Func<IEnumerable<IMediaUrlGenerator>>)
    • Methods
      • TryGetMediaPath(String, Object, out String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX