Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeletePartialViewController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    PartialViewControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PartialView
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DeletePartialViewController : PartialViewControllerBase

    Constructors

    View Source

    DeletePartialViewController(IPartialViewService, IBackOfficeSecurityAccessor)

    Declaration
    public DeletePartialViewController(IPartialViewService partialViewService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IPartialViewService partialViewService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Delete(CancellationToken, String)

    Declaration
    public async Task<IActionResult> Delete(CancellationToken cancellationToken, string path)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String path
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DeletePartialViewController(IPartialViewService, IBackOfficeSecurityAccessor)
    • Methods
      • Delete(CancellationToken, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX