Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateStylesheetFolderController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    StylesheetFolderControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Stylesheet.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateStylesheetFolderController : StylesheetFolderControllerBase

    Constructors

    View Source

    CreateStylesheetFolderController(IStylesheetFolderService, IUmbracoMapper)

    Declaration
    public CreateStylesheetFolderController(IStylesheetFolderService stylesheetFolderService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IStylesheetFolderService stylesheetFolderService
    IUmbracoMapper mapper

    Methods

    View Source

    Create(CancellationToken, CreateStylesheetFolderRequestModel)

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