Search Results for

    Show / Hide Table of Contents
    View Source

    Class PackageManifest

    Represents the content of a package manifest.

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

    Properties

    View Source

    AllowPackageTelemetry

    Gets or sets a value indicating whether telemetry is allowed

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

    ContentApps

    Gets or sets the content apps listed in the manifest.

    Declaration
    public ManifestContentAppDefinition[] ContentApps { get; set; }
    Property Value
    Type Description
    ManifestContentAppDefinition[]
    View Source

    Dashboards

    Gets or sets the dashboards listed in the manifest.

    Declaration
    public ManifestDashboard[] Dashboards { get; set; }
    Property Value
    Type Description
    ManifestDashboard[]
    View Source

    GridEditors

    Gets or sets the grid editors listed in the manifest.

    Declaration
    public GridEditor[] GridEditors { get; set; }
    Property Value
    Type Description
    GridEditor[]
    View Source

    PackageName

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

    ParameterEditors

    Gets or sets the parameter editors listed in the manifest.

    Declaration
    public IDataEditor[] ParameterEditors { get; set; }
    Property Value
    Type Description
    IDataEditor[]
    View Source

    PropertyEditors

    Gets or sets the property editors listed in the manifest.

    Declaration
    public IDataEditor[] PropertyEditors { get; set; }
    Property Value
    Type Description
    IDataEditor[]
    View Source

    Scripts

    Gets or sets the scripts listed in the manifest.

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

    Sections

    Gets or sets the sections listed in the manifest.

    Declaration
    public ManifestSection[] Sections { get; set; }
    Property Value
    Type Description
    ManifestSection[]
    View Source

    Source

    Gets the source path of the manifest.

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

    Gets the full absolute file path of the manifest, using system directory separators.

    View Source

    Stylesheets

    Gets or sets the stylesheets listed in the manifest.

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

    Version

    Gets or sets the version of the package

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowPackageTelemetry
      • ContentApps
      • Dashboards
      • GridEditors
      • PackageName
      • ParameterEditors
      • PropertyEditors
      • Scripts
      • Sections
      • Source
      • Stylesheets
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX