Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallLog

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

    Constructors

    View Source

    InstallLog(Guid, bool, bool, DateTime, int, int, int, string, string, string?, string)

    Declaration
    public InstallLog(Guid installId, bool isUpgrade, bool installCompleted, DateTime timestamp, int versionMajor, int versionMinor, int versionPatch, string versionComment, string error, string? userAgent, string dbProvider)
    Parameters
    Type Name Description
    Guid installId
    bool isUpgrade
    bool installCompleted
    DateTime timestamp
    int versionMajor
    int versionMinor
    int versionPatch
    string versionComment
    string error
    string userAgent
    string dbProvider

    Properties

    View Source

    DbProvider

    Declaration
    public string DbProvider { get; set; }
    Property Value
    Type Description
    string
    View Source

    Error

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

    InstallCompleted

    Declaration
    public bool InstallCompleted { get; set; }
    Property Value
    Type Description
    bool
    View Source

    InstallId

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

    IsUpgrade

    Declaration
    public bool IsUpgrade { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Timestamp

    Declaration
    public DateTime Timestamp { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    UserAgent

    Declaration
    public string? UserAgent { get; }
    Property Value
    Type Description
    string
    View Source

    VersionComment

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

    VersionMajor

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

    VersionMinor

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

    VersionPatch

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