Interface ISystemTroubleshootingInformationService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface ISystemTroubleshootingInformationServiceMethods
View SourceGetTroubleshootingInformation()
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 |