Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateDocumentBlueprintFromDocumentController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    DocumentBlueprintControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentBlueprint
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateDocumentBlueprintFromDocumentController : DocumentBlueprintControllerBase

    Constructors

    View Source

    CreateDocumentBlueprintFromDocumentController(IAuthorizationService, IContentBlueprintEditingService, IBackOfficeSecurityAccessor)

    Declaration
    public CreateDocumentBlueprintFromDocumentController(IAuthorizationService authorizationService, IContentBlueprintEditingService contentBlueprintEditingService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IContentBlueprintEditingService contentBlueprintEditingService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    CreateFromDocument(CancellationToken, CreateDocumentBlueprintFromDocumentRequestModel)

    Creates a blueprint from a content item.

    Declaration
    public async Task<IActionResult> CreateFromDocument(CancellationToken cancellationToken, CreateDocumentBlueprintFromDocumentRequestModel fromDocumentRequestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    CreateDocumentBlueprintFromDocumentRequestModel fromDocumentRequestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CreateDocumentBlueprintFromDocumentController(IAuthorizationService, IContentBlueprintEditingService, IBackOfficeSecurityAccessor)
    • Methods
      • CreateFromDocument(CancellationToken, CreateDocumentBlueprintFromDocumentRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX