Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    GetServerInformation()

    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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX