View Source
Class ManifestAssets
Inheritance
System.Object
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 |
|