WebUpdatePostbackDisplay Members

WebUpdatePostbackDisplay overview

Public Constructors

WebUpdatePostbackDisplay Constructor

Initializes a new instance of the WebUpdatePostbackDisplay class.

Public Properties

AccessKey (inherited from WebControl)

Keyboard shortcut used by the control.

ApplicationId

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.

AutoDetectProxy

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.

ButtonCssClass

Gets or sets the CSS class used for buttons.

BypassProxyOnLocal

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.

ControlledRolloutEnabled

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.

ControlledRolloutHours

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.

DisableControllerIpc

Gets or sets a value determining whether or not Update Controller IPC is enabled.

ElevationType

Gets or sets a value that specifies the level of elevation used to apply updates.

EnableAutoChaining

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.

ErrorTextCssClass

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.

IndeterminateProgressImageUrl

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.

ProgressBarCompleteCssClass

Gets or sets the CSS class used for the completed area of progress bars.

ProgressBarCssClass

Gets or sets the CSS class used for progress bars.

ProgressBarIncompleteCssClass

Gets or sets the CSS class used for the incomplete area of progress bars.

ProxyAddress

Gets or sets the address of the proxy server the WebUpdateController will use when connecting to the update location.

ProxyDomain

Gets or sets the domain used for authentication on the proxy server.

ProxyPassword

Gets or sets the password used for authentication on the proxy server.

ProxyUseDefaultCredentials

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.

ProxyUserName

Gets or sets the user name used for authentication on the proxy server.

PublicKeyToken

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.

ShowButtons

Gets or sets a value that indicates whether command buttons should be shown.

Site (inherited from Control)

Site of the control.

StatusTextCssClass

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.

UpdateCompletionNotificationPath

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.

UpdateInformationHeadingCssClass

Gets or sets the CSS class used for update information headings.

UpdateInformationLineItemCssClass

Gets or sets the CSS class used for update information items.

UpdateLocation

The network location of the updates for this application. Can be a UNC, HTTP, or FTP path.

UpdateLocationDomain

Gets or sets a domain user name to use to log in to access the location specified in UpdateLocation.

UpdateLocationPassword

Gets or sets a password to use to log in to access the location specified in UpdateLocation.

UpdateLocationUserName

Gets or sets a user name to use to log in to access the location specified in UpdateLocation.

UpdateSummaryCssClass

Gets or sets the CSS class used for update summary text.

Version

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.

Public Methods

CheckForUpdate

Causes the associated WebUpdateController to begin checking for an available update.

Public Events

DataBinding (inherited from Control)

Fires when the control's data binding expressions are to be evaluated.

Disposed (inherited from Control)

Fires when the control has been disposed.

Init (inherited from Control)

Fires when the page has been initialized.

Load (inherited from Control)

Fires when the page has been loaded.

PreRender (inherited from Control)

Fires before the page is rendered.

Unload (inherited from Control)

Fires when the page is unloaded.

UpdateFound

Raised when an update is found. In this handler, an updates avialbility can be manipulated based on local information, such as licensing.

Protected Properties

ViewState (inherited from Control)

Current viewstate of the control.

Protected Methods

CreateChildControls

Overridden. Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

LoadControlState

Overridden. Restores control-state information from a previous page request that was saved by the SaveControlState method.

OnInit

Overridden. Raises the Init event.

SaveControlState

Overridden. Saves any server control state changes that have occurred since the time the page was posted back to the server.

See Also

WebUpdatePostbackDisplay Class | Kjs.AppLife.Update.Web Namespace