UpdateControllerSaveUpdatesToLocal Method |
Saves the current update and any chainable updates that have been downloaded to a local folder.
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 bool SaveUpdatesToLocal(
string path,
bool createFolder
)
Public Function SaveUpdatesToLocal (
path As String,
createFolder As Boolean
) As Boolean
public:
bool SaveUpdatesToLocal(
String^ path,
bool createFolder
)
member SaveUpdatesToLocal :
path : string *
createFolder : bool -> bool
Parameters
- path
- Type: SystemString
The local path where the downloaded update packages and Director is saved to. - createFolder
- Type: SystemBoolean
When true, create the designated folder, if it doesnt exist.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Kjs.AppLife.Update.Controller.UpdateController.SaveUpdatesToLocal(System.String,System.Boolean)"]
See Also