Search Results for

    Show / Hide Table of Contents
    View Source

    Class TroubleshootingServerController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ServerControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Server
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class TroubleshootingServerController : ServerControllerBase

    Constructors

    View Source

    TroubleshootingServerController(ISystemTroubleshootingInformationService, IUmbracoMapper)

    Declaration
    public TroubleshootingServerController(ISystemTroubleshootingInformationService systemTroubleshootingInformationService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    ISystemTroubleshootingInformationService systemTroubleshootingInformationService
    IUmbracoMapper mapper

    Methods

    View Source

    GetTroubleshooting(CancellationToken)

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