Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateStylesheetController

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

    Constructors

    View Source

    CreateStylesheetController(IStylesheetService, IUmbracoMapper, IBackOfficeSecurityAccessor)

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

    Methods

    View Source

    Create(CancellationToken, CreateStylesheetRequestModel)

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