Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISystemTroubleshootingInformationService

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ISystemTroubleshootingInformationService

    Methods

    View Source

    GetTroubleshootingInformation()

    Retrieves various system/server information (i.e. OS and framework version) and Umbraco configuration (i.e. runtime mode and server role).

    Declaration
    IDictionary<string, string> GetTroubleshootingInformation()
    Returns
    Type Description
    IDictionary<System.String, System.String>

    Key/value pairs of system information

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetTroubleshootingInformation()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX