Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaMapDefinition

    Declares model mappings for media.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Mapping
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class MediaMapDefinition : IMapDefinition

    Constructors

    View Source

    MediaMapDefinition(ICultureDictionary, CommonMapper, CommonTreeNodeMapper, IMediaService, IMediaTypeService, ILocalizedTextService, MediaUrlGeneratorCollection, IOptions<ContentSettings>, IContentTypeBaseServiceProvider)

    Declaration
    public MediaMapDefinition(ICultureDictionary cultureDictionary, CommonMapper commonMapper, CommonTreeNodeMapper commonTreeNodeMapper, IMediaService mediaService, IMediaTypeService mediaTypeService, ILocalizedTextService localizedTextService, MediaUrlGeneratorCollection mediaUrlGenerators, IOptions<ContentSettings> contentSettings, IContentTypeBaseServiceProvider contentTypeBaseServiceProvider)
    Parameters
    Type Name Description
    ICultureDictionary cultureDictionary
    CommonMapper commonMapper
    CommonTreeNodeMapper commonTreeNodeMapper
    IMediaService mediaService
    IMediaTypeService mediaTypeService
    ILocalizedTextService localizedTextService
    MediaUrlGeneratorCollection mediaUrlGenerators
    Microsoft.Extensions.Options.IOptions<ContentSettings> contentSettings
    IContentTypeBaseServiceProvider contentTypeBaseServiceProvider

    Methods

    View Source

    DefineMaps(IUmbracoMapper)

    Declaration
    public void DefineMaps(IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IUmbracoMapper mapper
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaMapDefinition(ICultureDictionary, CommonMapper, CommonTreeNodeMapper, IMediaService, IMediaTypeService, ILocalizedTextService, MediaUrlGeneratorCollection, IOptions<ContentSettings>, IContentTypeBaseServiceProvider)
    • Methods
      • DefineMaps(IUmbracoMapper)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX