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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string PreferredDownloadPath { get; set; }
Public Property PreferredDownloadPath As String
Get
Set
public:
property String^ PreferredDownloadPath {
String^ get ();
void set (String^ value);
}
member PreferredDownloadPath : string with get, set
Property Value
Type:
String
Exceptions
See Also