Click or drag to resize
UpdateControllerSaveUpdatesToLocal Method
Saves the current update and any chainable updates that have been downloaded to a local folder.

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 SaveUpdatesToLocal(
	string path,
	bool createFolder
)

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