Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateScriptFolderController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    ScriptFolderControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Script.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateScriptFolderController : ScriptFolderControllerBase

    Constructors

    View Source

    CreateScriptFolderController(IScriptFolderService, IUmbracoMapper)

    Declaration
    public CreateScriptFolderController(IScriptFolderService scriptFolderService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IScriptFolderService scriptFolderService
    IUmbracoMapper mapper

    Methods

    View Source

    Create(CancellationToken, CreateScriptFolderRequestModel)

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