Search Results for

    Show / Hide Table of Contents
    View Source

    Class CompositePackageManifest

    A package manifest made up of all combined manifests

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

    Constructors

    View Source

    CompositePackageManifest(IReadOnlyList<IDataEditor>, IReadOnlyList<IDataEditor>, IReadOnlyList<GridEditor>, IReadOnlyList<ManifestContentAppDefinition>, IReadOnlyList<ManifestDashboard>, IReadOnlyList<ManifestSection>, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>>, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>>)

    Declaration
    public CompositePackageManifest(IReadOnlyList<IDataEditor> propertyEditors, IReadOnlyList<IDataEditor> parameterEditors, IReadOnlyList<GridEditor> gridEditors, IReadOnlyList<ManifestContentAppDefinition> contentApps, IReadOnlyList<ManifestDashboard> dashboards, IReadOnlyList<ManifestSection> sections, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> scripts, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> stylesheets)
    Parameters
    Type Name Description
    IReadOnlyList<IDataEditor> propertyEditors
    IReadOnlyList<IDataEditor> parameterEditors
    IReadOnlyList<GridEditor> gridEditors
    IReadOnlyList<ManifestContentAppDefinition> contentApps
    IReadOnlyList<ManifestDashboard> dashboards
    IReadOnlyList<ManifestSection> sections
    IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> scripts
    IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> stylesheets

    Properties

    View Source

    ContentApps

    Gets or sets the content apps listed in the manifest.

    Declaration
    public IReadOnlyList<ManifestContentAppDefinition> ContentApps { get; }
    Property Value
    Type Description
    IReadOnlyList<ManifestContentAppDefinition>
    View Source

    Dashboards

    Gets or sets the dashboards listed in the manifest.

    Declaration
    public IReadOnlyList<ManifestDashboard> Dashboards { get; }
    Property Value
    Type Description
    IReadOnlyList<ManifestDashboard>
    View Source

    GridEditors

    Gets or sets the grid editors listed in the manifest.

    Declaration
    public IReadOnlyList<GridEditor> GridEditors { get; }
    Property Value
    Type Description
    IReadOnlyList<GridEditor>
    View Source

    ParameterEditors

    Gets or sets the parameter editors listed in the manifest.

    Declaration
    public IReadOnlyList<IDataEditor> ParameterEditors { get; }
    Property Value
    Type Description
    IReadOnlyList<IDataEditor>
    View Source

    PropertyEditors

    Gets or sets the property editors listed in the manifest.

    Declaration
    public IReadOnlyList<IDataEditor> PropertyEditors { get; }
    Property Value
    Type Description
    IReadOnlyList<IDataEditor>
    View Source

    Scripts

    Declaration
    public IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> Scripts { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>>
    View Source

    Sections

    Gets or sets the sections listed in the manifest.

    Declaration
    public IReadOnlyCollection<ManifestSection> Sections { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ManifestSection>
    View Source

    Stylesheets

    Declaration
    public IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>> Stylesheets { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CompositePackageManifest(IReadOnlyList<IDataEditor>, IReadOnlyList<IDataEditor>, IReadOnlyList<GridEditor>, IReadOnlyList<ManifestContentAppDefinition>, IReadOnlyList<ManifestDashboard>, IReadOnlyList<ManifestSection>, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>>, IReadOnlyDictionary<BundleOptions, IReadOnlyList<ManifestAssets>>)
    • Properties
      • ContentApps
      • Dashboards
      • GridEditors
      • ParameterEditors
      • PropertyEditors
      • Scripts
      • Sections
      • Stylesheets
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX