| UpdateInformation Class |
Namespace: Kjs.AppLife.Update.Controller
The UpdateInformation type exposes the following members.
| Name | Description | |
|---|---|---|
| AppliesToVersion |
Determines whether the update applies to the specified version.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AllowChaining |
Gets a value that indicates whether further updates can be changed from the update.
| |
| CustomData |
Gets custom data for the update.
| |
| FileSize |
Gets the size, in bytes, of the update package file.
| |
| HistoricalSummary |
Gets the historical summary text for the update, including summaries
for all updates between the current version and the update's version.
| |
| HistoricalSummaryHtml |
Gets the HTML historical summary text for the update, including summaries
for all updates between the current version and the update's version.
| |
| IsDownloaded |
Gets a value indicating whether the update has been downloaded.
| |
| OverrideElevationType |
Gets the elevation type that will be used when applying this update, or
if the setting specified on the controller will be used.
| |
| PostedDate |
Gets the date and time the update was posted in local time.
| |
| PostedDateUtc |
Gets the date and time the update was posted in coordinated universal time (UTC).
| |
| SimpleSummary |
Gets the summary text for the update.
| |
| SimpleSummaryHtml |
Gets the HTML summary text for the update.
| |
| TranslatedHistoricalSummary |
Gets the translated historical summary text for the update, including summaries
for all updates between the current version and the update's version.
| |
| TranslatedHistoricalSummaryHtml |
Gets the translated HTML historical summary text for the update, including summaries
for all updates between the current version and the update's version.
| |
| TranslatedSimpleSummary |
Gets any available localized translations of the summary text for this update.
Field ValueType:A dictionary of any available localized translations of the summary text for this update. If no alternate translations were provided, this dictionary will be empty. Default is en-us. | |
| TranslatedSimpleSummaryHtml |
Gets any available localized translations of the html summary text for this update.
Field ValueType:A dictionary of any available localized translations of the html summary text for this update. If no alternate translations were provided, this dictionary will be empty. Default is en-us. | |
| Version |
Gets the version of the available update.
|