View Source
Class ImportingPackageNotification
Assembly: Umbraco.Core.dll
Syntax
public class ImportingPackageNotification : StatefulNotification, IStatefulNotification, ICancelableNotification, INotification
Constructors
View Source
ImportingPackageNotification(string)
Declaration
public ImportingPackageNotification(string packageName)
Parameters
| Type |
Name |
Description |
| string |
packageName |
|
Properties
View Source
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
View Source
PackageName
Declaration
public string PackageName { get; }
Property Value