View Source
Class PackageInstallModel
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "packageInstallModel")]
public class PackageInstallModel
Properties
View Source
Id
Declaration
[DataMember(Name = "id")]
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IsRestarting
During installation this can be used to track any pending AppDomain restarts
Declaration
[DataMember(Name = "isRestarting")]
public bool IsRestarting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
PackageGuid
Declaration
[DataMember(Name = "packageGuid")]
public Guid PackageGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
ZipFileName
Declaration
[DataMember(Name = "zipFileName")]
public string ZipFileName { get; set; }
Property Value
Type |
Description |
System.String |
|