Click or drag to resize
UpdateControllerUpdateLocation Property
Gets or sets the network location of the updates for the application. Any UNC, HTTP, or FTP location can be specified.

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

Property Value

Type: String
The location where the UpdateController will check for update information and download updates from.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks
This property is usually the same as the update project's publish location. When an update project is published, the update package and a file containing information about all available updates are placed here so that deployed applications can check for and download updates.
Examples
http://kineticjump.com/product/updates/
ftp://kineticjump.com/product/updates/
\\network-server\product\updates\
See Also