Search Results for

    Show / Hide Table of Contents
    View Source

    Class RollbackDocumentVersionController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DocumentVersionControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentVersion
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RollbackDocumentVersionController : DocumentVersionControllerBase

    Constructors

    View Source

    RollbackDocumentVersionController(IContentVersionService, IBackOfficeSecurityAccessor)

    Declaration
    public RollbackDocumentVersionController(IContentVersionService contentVersionService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IContentVersionService contentVersionService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Rollback(CancellationToken, Guid, String)

    Declaration
    public async Task<IActionResult> Rollback(CancellationToken cancellationToken, Guid id, string culture)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    System.String culture
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RollbackDocumentVersionController(IContentVersionService, IBackOfficeSecurityAccessor)
    • Methods
      • Rollback(CancellationToken, Guid, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX