Click or drag to resize
UpdateInformation Properties

The UpdateInformation type exposes the following members.

Properties
  NameDescription
Public propertyAllowChaining
Gets a value that indicates whether further updates can be changed from the update.
Public propertyCustomData
Gets custom data for the update.
Public propertyFileSize
Gets the size, in bytes, of the update package file.
Public propertyHistoricalSummary
Gets the historical summary text for the update, including summaries for all updates between the current version and the update's version.
Public propertyHistoricalSummaryHtml
Gets the HTML historical summary text for the update, including summaries for all updates between the current version and the update's version.
Public propertyIsDownloaded
Gets a value indicating whether the update has been downloaded.
Public propertyOverrideElevationType
Gets the elevation type that will be used when applying this update, or if the setting specified on the controller will be used.
Public propertyPostedDate
Gets the date and time the update was posted in local time.
Public propertyPostedDateUtc
Gets the date and time the update was posted in coordinated universal time (UTC).
Public propertySimpleSummary
Gets the summary text for the update.
Public propertySimpleSummaryHtml
Gets the HTML summary text for the update.
Public propertyTranslatedHistoricalSummary
Gets the translated historical summary text for the update, including summaries for all updates between the current version and the update's version.
Public propertyTranslatedHistoricalSummaryHtml
Gets the translated HTML historical summary text for the update, including summaries for all updates between the current version and the update's version.
Public propertyTranslatedSimpleSummary
Gets any available localized translations of the summary text for this update.

Field Value

Type: 
A dictionary of any available localized translations of the summary text for this update.
Remarks
If no alternate translations were provided, this dictionary will be empty. Default is en-us.
Public propertyTranslatedSimpleSummaryHtml
Gets any available localized translations of the html summary text for this update.

Field Value

Type: 
A dictionary of any available localized translations of the html summary text for this update.
Remarks
If no alternate translations were provided, this dictionary will be empty. Default is en-us.
Public propertyVersion
Gets the version of the available update.
Top
See Also