Search Results for

    Show / Hide Table of Contents
    View Source

    Class PackageManifest

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

    Properties

    View Source

    AllowPackageTelemetry

    Declaration
    public bool AllowPackageTelemetry { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowPublicAccess

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

    AllowTelemetry

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

    Id

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

    Importmap

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

    Version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowPackageTelemetry
      • AllowPublicAccess
      • AllowTelemetry
      • Id
      • Importmap
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX