View Source
Class ImportingPackageNotification
Inheritance
System.Object
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 |
System.String |
packageName |
|
Properties
View Source
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
PackageName
Declaration
public string PackageName { get; }
Property Value
Type |
Description |
System.String |
|