Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaCollectionControllerBase

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentCollectionControllerBase<IMedia, MediaCollectionResponseModel, MediaValueModel, MediaVariantResponseModel>
    Namespace: Umbraco.Cms.Api.Management.Controllers.Media.Collection
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class MediaCollectionControllerBase : ContentCollectionControllerBase<IMedia, MediaCollectionResponseModel, MediaValueModel, MediaVariantResponseModel>

    Constructors

    View Source

    MediaCollectionControllerBase(IUmbracoMapper)

    Declaration
    protected MediaCollectionControllerBase(IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IUmbracoMapper mapper

    Methods

    View Source

    CollectionOperationStatusResult(ContentCollectionOperationStatus)

    Declaration
    protected IActionResult CollectionOperationStatusResult(ContentCollectionOperationStatus status)
    Parameters
    Type Name Description
    ContentCollectionOperationStatus status
    Returns
    Type Description
    IActionResult
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaCollectionControllerBase(IUmbracoMapper)
    • Methods
      • CollectionOperationStatusResult(ContentCollectionOperationStatus)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX