Search Results for

    Show / Hide Table of Contents
    View Source

    Class RenameStylesheetController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    StylesheetControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Stylesheet
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RenameStylesheetController : StylesheetControllerBase

    Constructors

    View Source

    RenameStylesheetController(IStylesheetService, IBackOfficeSecurityAccessor, IUmbracoMapper)

    Declaration
    public RenameStylesheetController(IStylesheetService stylesheetService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IStylesheetService stylesheetService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    Rename(CancellationToken, String, RenameStylesheetRequestModel)

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