Search Results for

    Show / Hide Table of Contents
    View Source

    Class PackageManifest

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Manifest
    Assembly: Umbraco.Core.dll
    Syntax
    public class PackageManifest

    Properties

    View Source

    AllowPackageTelemetry

    Declaration
    [Obsolete("Use AllowTelemetry instead. This property will be removed in future versions.")]
    public bool AllowPackageTelemetry { get; set; }
    Property Value
    Type Description
    bool
    View Source

    AllowPublicAccess

    Declaration
    public bool AllowPublicAccess { get; set; }
    Property Value
    Type Description
    bool
    View Source

    AllowTelemetry

    Declaration
    public bool AllowTelemetry { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Extensions

    Declaration
    public required object[] Extensions { get; set; }
    Property Value
    Type Description
    object[]
    View Source

    Id

    Declaration
    public string? Id { get; set; }
    Property Value
    Type Description
    string
    View Source

    Importmap

    Declaration
    public PackageManifestImportmap? Importmap { get; set; }
    Property Value
    Type Description
    PackageManifestImportmap
    View Source

    Name

    Declaration
    public required string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Version

    Declaration
    public string? Version { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX