Using the AppLife Update Controller, you can programmatically access update history for your application. Update history includes:
• The initial version number being updated
• The version of the update package
• The start and end time of the update
• The update result
• The type of elevation used
• The log file path
• The summary text
• The custom data
Use this information for troubleshooting update issues and to provide access to update history for your users.
The Update Controller has a static method named GetUpdateHistory that will return a collection of LoggedUpdate classes. Please see AppLife Update API Reference from the help menu for more information.