Class Setup
Inheritance
System.Object
Setup
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Setup : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
Setup()
Declaration
Fields
DestinationPanel
Declaration
protected HtmlGenericControl DestinationPanel
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
LanguagePanel
Declaration
protected HtmlGenericControl LanguagePanel
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
optionTable
Declaration
protected HtmlGenericControl optionTable
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
protected InputPageReference PageRoot
Field Value
RootValidator
Declaration
protected CustomValidator RootValidator
Field Value
Type |
Description |
System.Web.UI.WebControls.CustomValidator |
|
selectLanguage
Declaration
protected RadioButtonList selectLanguage
Field Value
Type |
Description |
System.Web.UI.WebControls.RadioButtonList |
|
selectSampleData
Declaration
protected RadioButtonList selectSampleData
Field Value
Type |
Description |
System.Web.UI.WebControls.RadioButtonList |
|
Declaration
protected ToolButton SetupButton
Field Value
Methods
DoSetup(Object, EventArgs)
Declaration
protected void DoSetup(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected void ValidatePageRoot(object source, ServerValidateEventArgs args)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
System.Web.UI.WebControls.ServerValidateEventArgs |
args |
|
Implements
Extension Methods