Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedStatusController

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    UmbracoApiControllerBase
    UmbracoApiController
    UmbracoAuthorizedApiController
    Namespace: Umbraco.Cms.Web.BackOffice.Controllers
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class PublishedStatusController : UmbracoAuthorizedApiController

    Constructors

    View Source

    PublishedStatusController(IPublishedSnapshotStatus)

    Declaration
    public PublishedStatusController(IPublishedSnapshotStatus publishedSnapshotStatus)
    Parameters
    Type Name Description
    IPublishedSnapshotStatus publishedSnapshotStatus

    Methods

    View Source

    GetPublishedStatusUrl()

    Declaration
    [HttpGet]
    public string GetPublishedStatusUrl()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PublishedStatusController(IPublishedSnapshotStatus)
    • Methods
      • GetPublishedStatusUrl()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX