Interface IServerInformationService
Provides server information about the current Umbraco instance.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IServerInformationService
Methods
View SourceGetServerInformation()
Gets information about the server including version, timezone, and runtime mode.
Declaration
ServerInformation GetServerInformation()
Returns
| Type | Description |
|---|---|
| ServerInformation | A ServerInformation object containing the server details. |