Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallLog

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

    Constructors

    View Source

    InstallLog(Guid, Boolean, Boolean, DateTime, Int32, Int32, Int32, 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
    System.Boolean isUpgrade
    System.Boolean installCompleted
    DateTime timestamp
    System.Int32 versionMajor
    System.Int32 versionMinor
    System.Int32 versionPatch
    System.String versionComment
    System.String error
    System.String userAgent
    System.String dbProvider

    Properties

    View Source

    DbProvider

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

    Error

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

    InstallCompleted

    Declaration
    public bool InstallCompleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    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
    System.Boolean
    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
    System.String
    View Source

    VersionComment

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

    VersionMajor

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

    VersionMinor

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

    VersionPatch

    Declaration
    public int VersionPatch { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InstallLog(Guid, Boolean, Boolean, DateTime, Int32, Int32, Int32, String, String, String, String)
    • Properties
      • DbProvider
      • Error
      • InstallCompleted
      • InstallId
      • IsUpgrade
      • Timestamp
      • UserAgent
      • VersionComment
      • VersionMajor
      • VersionMinor
      • VersionPatch
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX