Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstalledPackage

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Packaging
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "installedPackage")]
    public class InstalledPackage

    Properties

    View Source

    AllowPackageTelemetry

    Declaration
    [DataMember(Name = "allowPackageTelemetry")]
    public bool AllowPackageTelemetry { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    HasMigrations

    Gets a value indicating whether this package has migrations.

    Declaration
    [DataMember(Name = "hasMigrations")]
    public bool HasMigrations { get; }
    Property Value
    Type Description
    System.Boolean

    true if this package has migrations; otherwise, false.

    View Source

    HasPendingMigrations

    Gets a value indicating whether this package has pending migrations.

    Declaration
    [DataMember(Name = "hasPendingMigrations")]
    public bool HasPendingMigrations { get; }
    Property Value
    Type Description
    System.Boolean

    true if this package has pending migrations; otherwise, false.

    View Source

    PackageId

    Declaration
    [DataMember(Name = "id")]
    public string PackageId { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    PackageMigrationPlans

    Declaration
    [DataMember(Name = "plans")]
    public IEnumerable<InstalledPackageMigrationPlans> PackageMigrationPlans { get; set; }
    Property Value
    Type Description
    IEnumerable<InstalledPackageMigrationPlans>
    View Source

    PackageName

    Declaration
    [DataMember(Name = "name", IsRequired = true)]
    [Required]
    public string PackageName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    PackageView

    Declaration
    [DataMember(Name = "packageView")]
    public string PackageView { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Version

    Declaration
    [DataMember(Name = "version")]
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX