Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImportedPackageNotification

    Notification published after a package has been imported.

    Inheritance
    object
    StatefulNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class ImportedPackageNotification : StatefulNotification, IStatefulNotification, INotification
    Remarks

    This notification is published after a package has been successfully imported, providing access to the installation summary with details about what was installed.

    Constructors

    View Source

    ImportedPackageNotification(InstallationSummary)

    Initializes a new instance of the ImportedPackageNotification class.

    Declaration
    public ImportedPackageNotification(InstallationSummary installationSummary)
    Parameters
    Type Name Description
    InstallationSummary installationSummary

    The summary of the package installation.

    Properties

    View Source

    InstallationSummary

    Gets the summary of the package installation.

    Declaration
    public InstallationSummary InstallationSummary { get; }
    Property Value
    Type Description
    InstallationSummary
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX