Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllowedAtRootMediaTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    MediaTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.MediaType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllowedAtRootMediaTypeController : MediaTypeControllerBase

    Constructors

    View Source

    AllowedAtRootMediaTypeController(IMediaTypeService, IUmbracoMapper)

    Declaration
    public AllowedAtRootMediaTypeController(IMediaTypeService mediaTypeService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IMediaTypeService mediaTypeService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    AllowedAtRoot(CancellationToken, Int32, Int32)

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