Class ImportedPackageNotification
Notification published after a package has been imported.
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 SourceImportedPackageNotification(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 SourceInstallationSummary
Gets the summary of the package installation.
Declaration
public InstallationSummary InstallationSummary { get; }
Property Value
| Type | Description |
|---|---|
| InstallationSummary |