Search Results for

    Show / Hide Table of Contents
    View Source

    Class CopyDocumentTypeController

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

    Constructors

    View Source

    CopyDocumentTypeController(IContentTypeService)

    Declaration
    public CopyDocumentTypeController(IContentTypeService contentTypeService)
    Parameters
    Type Name Description
    IContentTypeService contentTypeService

    Methods

    View Source

    Copy(CancellationToken, Guid, CopyDocumentTypeRequestModel)

    Declaration
    public async Task<IActionResult> Copy(CancellationToken cancellationToken, Guid id, CopyDocumentTypeRequestModel copyDocumentTypeRequestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    CopyDocumentTypeRequestModel copyDocumentTypeRequestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CopyDocumentTypeController(IContentTypeService)
    • Methods
      • Copy(CancellationToken, Guid, CopyDocumentTypeRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX