Class PackageMigrationStatusResponseModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.Package
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class PackageMigrationStatusResponseModel
Properties
View SourceHasPendingMigrations
Gets or sets a value indicating whether the package has any pending migrations to run.
Declaration
public bool HasPendingMigrations { get; set; }
Property Value
Type | Description |
---|---|
System. |