WebUpdatePostbackDisplay Properties
The properties of the WebUpdatePostbackDisplay class are listed here. For a complete list of WebUpdatePostbackDisplay class members, see the WebUpdatePostbackDisplay 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 the CSS class used for buttons. | |
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. | |
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. |
Gets or sets the CSS class used for error text. | |
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. |
Gets or sets the URL for an image used when showing that operations with indefinite length are in progress. | |
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 CSS class used for the completed area of progress bars. | |
Gets or sets the CSS class used for progress bars. | |
Gets or sets the CSS class used for the incomplete area of progress bars. | |
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. | |
Gets or sets a value that indicates whether command buttons should be shown. | |
Site (inherited from Control) |
Site of the control. |
Gets or sets the CSS class used for update status text. | |
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 from the Proxy Updater location where completion logs can be written. The security context of the Asp.Net application must have write permissions on this folder. The Web Update Controller uses this log 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 CSS class used for update information headings. | |
Gets or sets the CSS class used for update information items. | |
The network location of the updates for this application. Can be a UNC, HTTP, or FTP path. | |
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 CSS class used for update summary text. | |
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
WebUpdatePostbackDisplay Class | Kjs.AppLife.Update.Web Namespace