Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteTemporaryFileController

    Inheritance
    System.Object
    ManagementApiControllerBase
    TemporaryFileControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.TemporaryFile
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DeleteTemporaryFileController : TemporaryFileControllerBase

    Constructors

    View Source

    DeleteTemporaryFileController(ITemporaryFileService)

    Declaration
    public DeleteTemporaryFileController(ITemporaryFileService temporaryFileService)
    Parameters
    Type Name Description
    ITemporaryFileService temporaryFileService

    Methods

    View Source

    Delete(CancellationToken, Guid)

    Declaration
    public async Task<IActionResult> Delete(CancellationToken cancellationToken, Guid id)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DeleteTemporaryFileController(ITemporaryFileService)
    • Methods
      • Delete(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX