Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllowedMediaTypeItemController

    Inheritance
    System.Object
    ManagementApiControllerBase
    MediaTypeItemControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.MediaType.Item
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllowedMediaTypeItemController : MediaTypeItemControllerBase

    Constructors

    View Source

    AllowedMediaTypeItemController(IMediaTypeEditingService, IUmbracoMapper)

    Declaration
    public AllowedMediaTypeItemController(IMediaTypeEditingService mediaTypeEditingService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IMediaTypeEditingService mediaTypeEditingService
    IUmbracoMapper mapper

    Methods

    View Source

    Item(CancellationToken, String, Int32, Int32)

    Declaration
    public async Task<IActionResult> Item(CancellationToken cancellationToken, string fileExtension, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String fileExtension
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllowedMediaTypeItemController(IMediaTypeEditingService, IUmbracoMapper)
    • Methods
      • Item(CancellationToken, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX