View Source
Class UpdateStylesheetController
Inheritance
System.Object
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
Returns
Type |
Description |
Task<IActionResult> |
|