Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDocumentTypeController

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

    Constructors

    View Source

    UpdateDocumentTypeController(IDocumentTypeEditingPresentationFactory, IContentTypeEditingService, IBackOfficeSecurityAccessor, IContentTypeService)

    Declaration
    public UpdateDocumentTypeController(IDocumentTypeEditingPresentationFactory documentTypeEditingPresentationFactory, IContentTypeEditingService contentTypeEditingService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IContentTypeService contentTypeService)
    Parameters
    Type Name Description
    IDocumentTypeEditingPresentationFactory documentTypeEditingPresentationFactory
    IContentTypeEditingService contentTypeEditingService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IContentTypeService contentTypeService

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateDocumentTypeRequestModel)

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