View Source
Class DatabaseSchemaAndDataCreatedNotification
Inheritance
System.Object
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 |
|