Click or drag to resize
UpdateControllerPreferredDownloadPath Property
Gets or sets the directory where downloaded updates will be saved. If this property is not set, updates will be saved in the current user's temp directory.

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

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
See Also