Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDocumentBlueprintFolderController

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

    Constructors

    View Source

    UpdateDocumentBlueprintFolderController(IBackOfficeSecurityAccessor, IContentBlueprintContainerService)

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

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateFolderResponseModel)

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