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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string UpdateLocation { get; set; }
Public Property UpdateLocation As String
Get
Set
public:
property String^ UpdateLocation {
String^ get ();
void set (String^ value);
}
member UpdateLocation : string with get, set
Property Value
Type:
String
The location where the
UpdateController will check for update information
and download updates from.
Exceptions
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