Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteDocumentController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    DocumentControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Document
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DeleteDocumentController : DocumentControllerBase

    Constructors

    View Source

    DeleteDocumentController(IAuthorizationService, IContentEditingService, IBackOfficeSecurityAccessor)

    Declaration
    public DeleteDocumentController(IAuthorizationService authorizationService, IContentEditingService contentEditingService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IContentEditingService contentEditingService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    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
      • DeleteDocumentController(IAuthorizationService, IContentEditingService, IBackOfficeSecurityAccessor)
    • Methods
      • Delete(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX