Search Results for

    Show / Hide Table of Contents
    View Source

    Class PackageInstallation

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Packaging
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class PackageInstallation : IPackageInstallation

    Constructors

    View Source

    PackageInstallation(PackageDataInstallation, CompiledPackageXmlParser)

    Initializes a new instance of the PackageInstallation class.

    Declaration
    public PackageInstallation(PackageDataInstallation packageDataInstallation, CompiledPackageXmlParser parser)
    Parameters
    Type Name Description
    PackageDataInstallation packageDataInstallation
    CompiledPackageXmlParser parser

    Methods

    View Source

    InstallPackageData(CompiledPackage, Int32, out PackageDefinition)

    Declaration
    public InstallationSummary InstallPackageData(CompiledPackage compiledPackage, int userId, out PackageDefinition packageDefinition)
    Parameters
    Type Name Description
    CompiledPackage compiledPackage
    System.Int32 userId
    PackageDefinition packageDefinition
    Returns
    Type Description
    InstallationSummary
    View Source

    ReadPackage(XDocument)

    Declaration
    public CompiledPackage ReadPackage(XDocument packageXmlFile)
    Parameters
    Type Name Description
    System.Xml.Linq.XDocument packageXmlFile
    Returns
    Type Description
    CompiledPackage
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PackageInstallation(PackageDataInstallation, CompiledPackageXmlParser)
    • Methods
      • InstallPackageData(CompiledPackage, Int32, out PackageDefinition)
      • ReadPackage(XDocument)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX