Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaUrlController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    MediaControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Media
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class MediaUrlController : MediaControllerBase

    Constructors

    View Source

    MediaUrlController(IMediaService, IMediaUrlFactory)

    Declaration
    public MediaUrlController(IMediaService mediaService, IMediaUrlFactory mediaUrlFactory)
    Parameters
    Type Name Description
    IMediaService mediaService
    IMediaUrlFactory mediaUrlFactory

    Methods

    View Source

    GetUrls(HashSet<Guid>)

    Declaration
    public async Task<IActionResult> GetUrls(HashSet<Guid> ids)
    Parameters
    Type Name Description
    HashSet<Guid> ids
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaUrlController(IMediaService, IMediaUrlFactory)
    • Methods
      • GetUrls(HashSet<Guid>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX