Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreatePartialViewFolderController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    PartialViewFolderControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PartialView.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreatePartialViewFolderController : PartialViewFolderControllerBase

    Constructors

    View Source

    CreatePartialViewFolderController(IPartialViewFolderService, IUmbracoMapper)

    Declaration
    public CreatePartialViewFolderController(IPartialViewFolderService partialViewFolderService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IPartialViewFolderService partialViewFolderService
    IUmbracoMapper mapper

    Methods

    View Source

    Create(CancellationToken, CreatePartialViewFolderRequestModel)

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