Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstalledPackageMigrationPlans

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Packaging
    Assembly: Umbraco.Core.dll
    Syntax
    public class InstalledPackageMigrationPlans : object

    Properties

    View Source

    CurrentMigrationId

    If the package has migrations, this will be it's current migration Id

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

    FinalMigrationId

    If the package has migrations, this will be it's final migration Id

    Declaration
    public string FinalMigrationId { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    This can be used to determine if the package advertises any migrations

    View Source

    HasPendingMigrations

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