Try our conversational search powered by Generative AI!

Class SiteInformationEdit

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

Constructors

SiteInformationEdit()

Declaration
public SiteInformationEdit()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

AddButton

Declaration
protected ToolButton AddButton
Field Value
Type Description
ToolButton

AddUrlView

Declaration
protected GridView AddUrlView
Field Value
Type Description
System.Web.UI.WebControls.GridView

ApplyButton

Declaration
protected ToolButton ApplyButton
Field Value
Type Description
ToolButton

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

DeleteButton

Declaration
protected ToolButton DeleteButton
Field Value
Type Description
ToolButton

EnsureSiteFolder

Declaration
protected CheckBox EnsureSiteFolder
Field Value
Type Description
System.Web.UI.WebControls.CheckBox

LabelSiteUrl

Declaration
protected Label LabelSiteUrl
Field Value
Type Description
System.Web.UI.WebControls.Label

settingsTab

Declaration
protected Tab settingsTab
Field Value
Type Description
Tab

SiteId

Declaration
protected Label SiteId
Field Value
Type Description
System.Web.UI.WebControls.Label

SiteIdPanel

Declaration
protected Panel SiteIdPanel
Field Value
Type Description
System.Web.UI.WebControls.Panel

SiteName

Declaration
protected TextBox SiteName
Field Value
Type Description
System.Web.UI.WebControls.TextBox

SiteNameValidator

Declaration
protected RequiredFieldValidator SiteNameValidator
Field Value
Type Description
System.Web.UI.WebControls.RequiredFieldValidator

SiteSettings

Declaration
protected Panel SiteSettings
Field Value
Type Description
System.Web.UI.WebControls.Panel

SiteUrl

Declaration
protected TextBox SiteUrl
Field Value
Type Description
System.Web.UI.WebControls.TextBox

SiteUrlValidator

Declaration
protected RequiredFieldValidator SiteUrlValidator
Field Value
Type Description
System.Web.UI.WebControls.RequiredFieldValidator

StartPage

Declaration
protected InputPageReference StartPage
Field Value
Type Description
InputPageReference

StartPageValidator

Declaration
protected RequiredFieldValidator StartPageValidator
Field Value
Type Description
System.Web.UI.WebControls.RequiredFieldValidator

tabView

Declaration
protected Panel tabView
Field Value
Type Description
System.Web.UI.WebControls.Panel

Translate5

Declaration
protected Translate Translate5
Field Value
Type Description
Translate

Translate6

Declaration
protected Translate Translate6
Field Value
Type Description
Translate

ValidateSiteUrlUniqueControl

Declaration
protected CustomValidator ValidateSiteUrlUniqueControl
Field Value
Type Description
System.Web.UI.WebControls.CustomValidator

ValidateSiteUrlVDirControl

Declaration
protected CustomValidator ValidateSiteUrlVDirControl
Field Value
Type Description
System.Web.UI.WebControls.CustomValidator

Properties

IsNew

Declaration
protected bool IsNew { get; }
Property Value
Type Description
System.Boolean

Methods

AddUrlButton_Click(Object, EventArgs)

Declaration
protected void AddUrlButton_Click(object source, EventArgs e)
Parameters
Type Name Description
System.Object source
System.EventArgs e

AddUrlView_CancelEdit(Object, EventArgs)

Declaration
protected void AddUrlView_CancelEdit(object source, EventArgs e)
Parameters
Type Name Description
System.Object source
System.EventArgs e

AddUrlView_DataBound(Object, GridViewRowEventArgs)

Declaration
protected void AddUrlView_DataBound(object source, GridViewRowEventArgs e)
Parameters
Type Name Description
System.Object source
System.Web.UI.WebControls.GridViewRowEventArgs e

AddUrlView_DeleteRow(Object, GridViewDeleteEventArgs)

Declaration
protected void AddUrlView_DeleteRow(object sender, GridViewDeleteEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.GridViewDeleteEventArgs e

AddUrlView_RowEdit(Object, GridViewEditEventArgs)

Declaration
protected void AddUrlView_RowEdit(object sender, GridViewEditEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.GridViewEditEventArgs e

AddUrlView_UpdateRow(Object, GridViewUpdateEventArgs)

Declaration
protected void AddUrlView_UpdateRow(object sender, GridViewUpdateEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.GridViewUpdateEventArgs e

ApplyButton_Click(Object, EventArgs)

Declaration
protected void ApplyButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

ButtonEnabled(Int32)

Declaration
protected bool ButtonEnabled(int rowIndex)
Parameters
Type Name Description
System.Int32 rowIndex
Returns
Type Description
System.Boolean

CancelButton_Click(Object, EventArgs)

Declaration
protected void CancelButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

DeleteButton_Click(Object, EventArgs)

Declaration
protected void DeleteButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

HostTypeDropDown_DataBinding(Object, EventArgs)

Declaration
protected void HostTypeDropDown_DataBinding(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

LanguageDropDown_DataBinding(Object, EventArgs)

Declaration
protected void LanguageDropDown_DataBinding(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

LoadViewState(Object)

Declaration
protected override void LoadViewState(object savedState)
Parameters
Type Name Description
System.Object savedState

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

SaveViewState()

Declaration
protected override object SaveViewState()
Returns
Type Description
System.Object

SchemeDropDown_DataBinding(Object, EventArgs)

Declaration
protected void SchemeDropDown_DataBinding(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

SchemeKey(Nullable<Boolean>)

Declaration
protected string SchemeKey(bool? useSecureConnection)
Parameters
Type Name Description
System.Nullable<System.Boolean> useSecureConnection
Returns
Type Description
System.String

SchemeValue(Nullable<Boolean>)

Declaration
protected string SchemeValue(bool? useSecureConnection)
Parameters
Type Name Description
System.Nullable<System.Boolean> useSecureConnection
Returns
Type Description
System.String

ValidateSiteUrl(Object, ServerValidateEventArgs)

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

ValidateSiteUrlUnique(Object, ServerValidateEventArgs)

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

ValidateSiteUrlVDir(Object, ServerValidateEventArgs)

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

ValidateStartPage(Object, ServerValidateEventArgs)

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

Implements

Extension Methods