Click or drag to resize
UpdateFoundEventArgsAvailableUpdates Property
Gets a collection containing an UpdateInformation for each update that is available to be applied to the application.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public AvailableUpdateCollection AvailableUpdates { get; }

Property Value

Type: AvailableUpdateCollection
A collection containing an UpdateInformation for each update that is available to be applied to the application.
Remarks

The collection contains only updates that can be applied to BaseVersion.

Only items from this collection can be specified for SelectedUpdate.

See Also