Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDocumentController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    DocumentControllerBase
    UpdateDocumentControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Document
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateDocumentController : UpdateDocumentControllerBase

    Constructors

    View Source

    UpdateDocumentController(IAuthorizationService, IContentEditingService, IDocumentEditingPresentationFactory, IBackOfficeSecurityAccessor)

    Declaration
    public UpdateDocumentController(IAuthorizationService authorizationService, IContentEditingService contentEditingService, IDocumentEditingPresentationFactory documentEditingPresentationFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IContentEditingService contentEditingService
    IDocumentEditingPresentationFactory documentEditingPresentationFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateDocumentRequestModel)

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