Search Results for

    Show / Hide Table of Contents
    View Source

    Class EnterPreviewController

    Inheritance
    System.Object
    ManagementApiControllerBase
    PreviewControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Preview
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class EnterPreviewController : PreviewControllerBase

    Constructors

    View Source

    EnterPreviewController(IPreviewService, IBackOfficeSecurityAccessor)

    Declaration
    public EnterPreviewController(IPreviewService previewService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IPreviewService previewService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Enter(CancellationToken)

    Declaration
    public async Task<IActionResult> Enter(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EnterPreviewController(IPreviewService, IBackOfficeSecurityAccessor)
    • Methods
      • Enter(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX