Search Results for

    Show / Hide Table of Contents
    View Source

    Class ServerInformation

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ServerInformation

    Constructors

    View Source

    ServerInformation(SemVersion, TimeZoneInfo, RuntimeMode)

    Declaration
    public ServerInformation(SemVersion semVersion, TimeZoneInfo timeZoneInfo, RuntimeMode runtimeMode)
    Parameters
    Type Name Description
    SemVersion semVersion
    TimeZoneInfo timeZoneInfo
    RuntimeMode runtimeMode

    Properties

    View Source

    RuntimeMode

    Declaration
    public RuntimeMode RuntimeMode { get; }
    Property Value
    Type Description
    RuntimeMode
    View Source

    SemVersion

    Declaration
    public SemVersion SemVersion { get; }
    Property Value
    Type Description
    SemVersion
    View Source

    TimeZoneInfo

    Declaration
    public TimeZoneInfo TimeZoneInfo { get; }
    Property Value
    Type Description
    TimeZoneInfo
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX