Click or drag to resize
UpdateControllerEnableTestUpdates Property
Gets or sets a value that indicates whether to allow updates that are flagged as "test only" to be applied.

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 EnableTestUpdates { get; set; }

Property Value

Type: Boolean
to allow updates that are flagged as "test only" to be visible to the controller and allow them to be applied, or to only support regular updates.
Remarks

When EnableTestUpdates changes, the list of available updates returned by AvailableUpdates is recreated to match the new setting and CurrentUpdate is set to . If EnableAutoChaining is , this will disable updating until the next update check.

See Also