Search Results for

    Show / Hide Table of Contents
    View Source

    Class ManifestAssets

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

    Constructors

    View Source

    ManifestAssets(String, IReadOnlyList<String>)

    Declaration
    public ManifestAssets(string packageName, IReadOnlyList<string> assets)
    Parameters
    Type Name Description
    System.String packageName
    IReadOnlyList<System.String> assets

    Properties

    View Source

    Assets

    Declaration
    public IReadOnlyList<string> Assets { get; }
    Property Value
    Type Description
    IReadOnlyList<System.String>
    View Source

    PackageName

    Declaration
    public string PackageName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ManifestAssets(String, IReadOnlyList<String>)
    • Properties
      • Assets
      • PackageName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX