Search Results for

    Show / Hide Table of Contents
    View Source

    Class RenamePartialViewController

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

    Constructors

    View Source

    RenamePartialViewController(IPartialViewService, IBackOfficeSecurityAccessor, IUmbracoMapper)

    Declaration
    public RenamePartialViewController(IPartialViewService partialViewService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IPartialViewService partialViewService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    Rename(CancellationToken, String, RenamePartialViewRequestModel)

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