Search Results for

    Show / Hide Table of Contents
    View Source

    Class DatabaseSchemaAndDataCreatedNotification

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Notifications
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DatabaseSchemaAndDataCreatedNotification : INotification

    Constructors

    View Source

    DatabaseSchemaAndDataCreatedNotification(Boolean)

    Declaration
    public DatabaseSchemaAndDataCreatedNotification(bool requiresUpgrade)
    Parameters
    Type Name Description
    System.Boolean requiresUpgrade

    Properties

    View Source

    RequiresUpgrade

    Declaration
    public bool RequiresUpgrade { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DatabaseSchemaAndDataCreatedNotification(Boolean)
    • Properties
      • RequiresUpgrade
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX