WebUpdateController.UpdateLocation Property

Gets or sets the network location of the updates for the application. Any UNC, HTTP, or FTP location can be specified.

[Visual Basic]

Public Property UpdateLocation As String

[C#]

public string UpdateLocation {get;set;}

Property Value

The location where the controller will check for update information and download updates from.

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.

Example

http://kineticjump.com/product/updates/ ftp://kineticjump.com/product/updates/ \\network-server\product\updates\

See Also

WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace