Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdatePartialViewController

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

    Constructors

    View Source

    UpdatePartialViewController(IPartialViewService, IBackOfficeSecurityAccessor, IUmbracoMapper)

    Declaration
    public UpdatePartialViewController(IPartialViewService partialViewService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IPartialViewService partialViewService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IUmbracoMapper mapper

    Methods

    View Source

    Update(CancellationToken, String, UpdatePartialViewRequestModel)

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