DetectUpdateEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectUpdate»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Content | Gets the content of the updated bundle. |
| ContentType | Gets the content type of the content of the updated bundle. |
| Hash | File hash of the updated bundle. |
| HashAlgorithm | The algorithm of the updated bundle’s hash. |
| Size | Gets the size of the updated bundle. |
| StopProcessingUpdates | Tells the engine to stop giving the rest of the updates found in the feed. |
| Summary | Gets the summary of the updated bundle. |
| Title | Gets the title of the the updated bundle. |
| UpdateLocation | Gets the identity of the bundle to detect. |
| Version | Gets the version of the updated bundle. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Content Property
Section titled “Content Property”Gets the content of the updated bundle.
Declaration
Section titled “Declaration”public string Content { get; set; }ContentType Property
Section titled “ContentType Property”Gets the content type of the content of the updated bundle.
Declaration
Section titled “Declaration”public string ContentType { get; set; }Hash Property
Section titled “Hash Property”File hash of the updated bundle.
Declaration
Section titled “Declaration”public string Hash { get; set; }HashAlgorithm Property
Section titled “HashAlgorithm Property”The algorithm of the updated bundle’s hash.
Declaration
Section titled “Declaration”public UpdateHashType HashAlgorithm { get; set; }Size Property
Section titled “Size Property”Gets the size of the updated bundle.
Declaration
Section titled “Declaration”public System.Int64 Size { get; set; }StopProcessingUpdates Property
Section titled “StopProcessingUpdates Property”Tells the engine to stop giving the rest of the updates found in the feed.
Declaration
Section titled “Declaration”public bool StopProcessingUpdates { get; set; }Summary Property
Section titled “Summary Property”Gets the summary of the updated bundle.
Declaration
Section titled “Declaration”public string Summary { get; set; }Title Property
Section titled “Title Property”Gets the title of the the updated bundle.
Declaration
Section titled “Declaration”public string Title { get; set; }UpdateLocation Property
Section titled “UpdateLocation Property”Gets the identity of the bundle to detect.
Declaration
Section titled “Declaration”public string UpdateLocation { get; set; }Version Property
Section titled “Version Property”Gets the version of the updated bundle.
Declaration
Section titled “Declaration”public string Version { get; set; }