Try our conversational search powered by Generative AI!

Class Setup

Inheritance
System.Object
Setup
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Setup : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

Setup()

Declaration
public Setup()

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

PageRoot

Declaration
protected InputPageReference PageRoot
Field Value
Type Description
InputPageReference

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

SetupButton

Declaration
protected ToolButton SetupButton
Field Value
Type Description
ToolButton

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

ValidatePageRoot(Object, ServerValidateEventArgs)

Declaration
protected void ValidatePageRoot(object source, ServerValidateEventArgs args)
Parameters
Type Name Description
System.Object source
System.Web.UI.WebControls.ServerValidateEventArgs args

Implements

Extension Methods