Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateDocumentBlueprintFolderController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FolderManagementControllerBase<IContent>
    DocumentBlueprintFolderControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentBlueprint.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateDocumentBlueprintFolderController : DocumentBlueprintFolderControllerBase

    Constructors

    View Source

    CreateDocumentBlueprintFolderController(IBackOfficeSecurityAccessor, IContentBlueprintContainerService)

    Declaration
    public CreateDocumentBlueprintFolderController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IContentBlueprintContainerService contentBlueprintContainerService)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IContentBlueprintContainerService contentBlueprintContainerService

    Methods

    View Source

    Create(CancellationToken, CreateFolderRequestModel)

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