View Source
Interface IManifestParser
Assembly: Umbraco.Core.dll
Syntax
public interface IManifestParser
Properties
View Source
AppPluginsPath
Declaration
string AppPluginsPath { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CombinedManifest
Gets all manifests, merged into a single manifest object.
Declaration
CompositePackageManifest CombinedManifest { get; }
Property Value
Methods
View Source
GetManifests()
Returns all package individual manifests
Declaration
IEnumerable<PackageManifest> GetManifests()
Returns
View Source
ParseManifest(String)
Declaration
PackageManifest ParseManifest(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns