Search Results for

    Show / Hide Table of Contents
    View Source

    Class CompiledPackageXmlParser

    Parses the xml document contained in a compiled (zip) Umbraco package

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Packaging
    Assembly: Umbraco.Core.dll
    Syntax
    public class CompiledPackageXmlParser

    Constructors

    View Source

    CompiledPackageXmlParser(ConflictingPackageData)

    Declaration
    public CompiledPackageXmlParser(ConflictingPackageData conflictingPackageData)
    Parameters
    Type Name Description
    ConflictingPackageData conflictingPackageData

    Methods

    View Source

    ToCompiledPackage(XDocument)

    Declaration
    public CompiledPackage ToCompiledPackage(XDocument xml)
    Parameters
    Type Name Description
    System.Xml.Linq.XDocument xml
    Returns
    Type Description
    CompiledPackage
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CompiledPackageXmlParser(ConflictingPackageData)
    • Methods
      • ToCompiledPackage(XDocument)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX