WebUpdateController Properties
The properties of the WebUpdateController class are listed here. For a complete list of WebUpdateController class members, see the WebUpdateController Members topic.
Public Properties
AccessKey (inherited from WebControl) |
Keyboard shortcut used by the control. |
Gets or sets a Guid that is used to uniquely identify the application that is being updated. Must match the ID used in the update project that creates the updatees downloaded and applied by the control. | |
AppRelativeTemplateSourceDirectory (inherited from Control) |
The virtual directory of the Page or UserControl that contains this control. |
Attributes (inherited from WebControl) |
Tag attributes of the control. |
Gets or sets a value that specifies whether the controller will automatically detect proxy settings. | |
BackColor (inherited from WebControl) |
Color of the background of the control. |
BorderColor (inherited from WebControl) |
Color of the border around the control. |
BorderStyle (inherited from WebControl) |
Style of the border around the control. |
BorderWidth (inherited from WebControl) |
Width of the border around the control. |
Gets or sets a value that specifies whether to bypass using a proxy server for local addresses. | |
ClientID (inherited from Control) |
The ID of the control that is rendered for the client. |
Gets or sets a value that specifies whether controlled rollouts are enabled for updates received by the controller. When controlled rollouts are enabled, clients are updated over the amount of time specified in the ControlledRolloutHours property. | |
Gets or sets the period of time over which clients will be updated when controlled rollouts are enabled. | |
Controls (inherited from Control) |
The collection of child controls owned by the control. |
ControlStyle (inherited from WebControl) |
The style associated with the control. |
ControlStyleCreated (inherited from WebControl) |
Whether the style associated with the control has been created. |
CssClass (inherited from WebControl) |
CSS Class name applied to the control. |
Gets or sets a value determining whether or not Update Controller IPC is enabled. | |
Gets or sets a value that specifies the level of elevation used to apply updates. | |
Gets or sets a value determining whether multiple updates can be chained together. | |
Enabled (inherited from WebControl) |
Enabled state of the control. |
EnableViewState (inherited from Control) |
Whether the control automatically saves its state for use in round-trips. |
Font (inherited from WebControl) |
The font used for text within the control. |
ForeColor (inherited from WebControl) |
Color of the text within the control. |
Height (inherited from WebControl) |
The height of the control. |
ID (inherited from Control) |
Programmatic name of the control. |
NamingContainer (inherited from Control) |
The containing control or page within which ID is unique. |
Page (inherited from Control) |
The page containing the control. |
Parent (inherited from Control) |
The control containing this control. |
Gets or sets the address of the proxy server the WebUpdateController will use when connecting to the update location. | |
Gets or sets the domain used for authentication on the proxy server. | |
Gets or sets the password used for authentication on the proxy server. | |
Gets or sets a value that specifies whether the WebUpdateController will use the credentials of the currently logged on user when accessing the proxy server. | |
Gets or sets the user name used for authentication on the proxy server. | |
Gets or sets the public key token of the strong name key used to create the updates that will be downloaded and applied by the control. If an update cannot be validated using this key, it will not be applied. | |
Site (inherited from Control) |
Site of the control. |
Style (inherited from WebControl) |
Low-level access to control styles. |
TabIndex (inherited from WebControl) |
The tab order of the control. |
TemplateControl (inherited from Control) |
The TemplateControl that hosts this control. |
TemplateSourceDirectory (inherited from Control) |
The virtual directory of the Page or UserControl that contains this control. |
ToolTip (inherited from WebControl) |
The tooltip displayed when the mouse is over the control. |
UniqueID (inherited from Control) |
The unique ID of the control within the page. |
Gets or sets a relative file path on the web server where completion Notifications can be written. Notification Actions executed in the update process writes the notifications, and the Web Update Controller uses the notification file to detect the completion of the update process. If a location is not specified, the Web Update controller will not attempt to detect completion of the update process. | |
Gets or sets the network location of the updates for the application. Any UNC, HTTP, or FTP location can be specified. | |
Gets or sets a domain user name to use to log in to access the location specified in UpdateLocation. | |
Gets or sets a password to use to log in to access the location specified in UpdateLocation. | |
Gets or sets a user name to use to log in to access the location specified in UpdateLocation. | |
Gets or sets the current version number of the application used for update purposes. | |
Visible (inherited from Control) |
Indicates whether the control is visible and rendered. |
Width (inherited from WebControl) |
The width of the control. |
Protected Properties
ViewState (inherited from Control) |
Current viewstate of the control. |
See Also
WebUpdateController Class | Kjs.AppLife.Update.Web Namespace