Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IManifestParser

    Namespace: Umbraco.Cms.Core.Manifest
    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
    Type Description
    CompositePackageManifest

    Methods

    View Source

    GetManifests()

    Returns all package individual manifests

    Declaration
    IEnumerable<PackageManifest> GetManifests()
    Returns
    Type Description
    IEnumerable<PackageManifest>
    View Source

    ParseManifest(String)

    Parses a manifest.

    Declaration
    PackageManifest ParseManifest(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    PackageManifest
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AppPluginsPath
      • CombinedManifest
    • Methods
      • GetManifests()
      • ParseManifest(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX