Click or drag to resize
UpdateInformationAppliesToVersion Method
Determines whether the update applies to the specified version.

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 bool AppliesToVersion(
	Version version
)

Parameters

version
Type: SystemVersion
A Version to test.

Return Value

Type: Boolean
if the update represented by the UpdateInformation can be applied to version; otherwise, .
Remarks
Any update in the AllUpdates collection can be downloaded by setting it to CurrentUpdate and calling one of the DownloadUpdate methods. However, only updates that apply to a controller's Version can be applied by that controller. To see the list of updates that applies to the controller's current Version, check the AvailableUpdates collection.
See Also