Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExportMediaTypeController

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

    Constructors

    View Source

    ExportMediaTypeController(IMediaTypeService, IUdtFileContentFactory)

    Declaration
    public ExportMediaTypeController(IMediaTypeService mediaTypeService, IUdtFileContentFactory fileContentFactory)
    Parameters
    Type Name Description
    IMediaTypeService mediaTypeService
    IUdtFileContentFactory fileContentFactory

    Methods

    View Source

    Export(CancellationToken, Guid)

    Declaration
    public IActionResult Export(CancellationToken cancellationToken, Guid id)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    Returns
    Type Description
    IActionResult
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ExportMediaTypeController(IMediaTypeService, IUdtFileContentFactory)
    • Methods
      • Export(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX