Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentBlueprintForDocumentTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DocumentTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DocumentBlueprintForDocumentTypeController : DocumentTypeControllerBase

    Constructors

    View Source

    DocumentBlueprintForDocumentTypeController(IContentBlueprintEditingService, IUmbracoMapper)

    Declaration
    public DocumentBlueprintForDocumentTypeController(IContentBlueprintEditingService contentBlueprintEditingService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IContentBlueprintEditingService contentBlueprintEditingService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    DocumentBlueprintByDocumentTypeKey(CancellationToken, Guid, Int32, Int32)

    Declaration
    public async Task<IActionResult> DocumentBlueprintByDocumentTypeKey(CancellationToken cancellationToken, Guid id, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DocumentBlueprintForDocumentTypeController(IContentBlueprintEditingService, IUmbracoMapper)
    • Methods
      • DocumentBlueprintByDocumentTypeKey(CancellationToken, Guid, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX