Search Results for

    Show / Hide Table of Contents
    View Source

    Class MoveDocumentTypeController

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

    Constructors

    View Source

    MoveDocumentTypeController(IContentTypeService)

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

    Methods

    View Source

    Move(CancellationToken, Guid, MoveDocumentTypeRequestModel)

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