Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateStylesheetController

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

    Constructors

    View Source

    UpdateStylesheetController(IStylesheetService, IUmbracoMapper, IBackOfficeSecurityAccessor)

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

    Methods

    View Source

    Update(CancellationToken, String, UpdateStylesheetRequestModel)

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