Search Results for

    Show / Hide Table of Contents
    View Source

    Class CopyDocumentController

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

    Constructors

    View Source

    CopyDocumentController(IAuthorizationService, IContentEditingService, IBackOfficeSecurityAccessor)

    Declaration
    public CopyDocumentController(IAuthorizationService authorizationService, IContentEditingService contentEditingService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IContentEditingService contentEditingService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Copy(CancellationToken, Guid, CopyDocumentRequestModel)

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