Try our conversational search powered by Generative AI!

Class SettingsPage

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

Constructors

SettingsPage()

Declaration
public SettingsPage()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

Cancel

Declaration
protected ToolButton Cancel
Field Value
Type Description
ToolButton

EditCssValidator

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

EditingTable

Declaration
protected HtmlGenericControl EditingTable
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

EPfAutoPublishMediaOnUpload

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

EPfBrowserLanguageDetection

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

EPfDisableVersionDeletion

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

EPfEnableGlobalizationSupport

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

EPfEncryptSensitiveInformation

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

EPfUnlimitedVersions

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

EPnVersionCount

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

EPsEditCSS

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

EPsErrorHandling

Declaration
protected DropDownList EPsErrorHandling
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

EPsSubscriptionHandler

Declaration
protected SubscriptionHandlerInput EPsSubscriptionHandler
Field Value
Type Description
SubscriptionHandlerInput

frameUpdater

Declaration
protected RefreshFrame frameUpdater
Field Value
Type Description
RefreshFrame

GeneralTable

Declaration
protected HtmlGenericControl GeneralTable
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

Label1

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

Label2

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

Label3

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

Label4

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

Label5

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

Label6

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

Save

Declaration
protected ToolButton Save
Field Value
Type Description
ToolButton

SaveMessage

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

ScriptReloadPageEvent1

Declaration
protected ScriptReloadPageEvent ScriptReloadPageEvent1
Field Value
Type Description
ScriptReloadPageEvent

Tab1

Declaration
protected Tab Tab1
Field Value
Type Description
Tab

Tab2

Declaration
protected Tab Tab2
Field Value
Type Description
Tab

tabView

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

VersionCountRangeValidator

Declaration
protected RangeValidator VersionCountRangeValidator
Field Value
Type Description
System.Web.UI.WebControls.RangeValidator

VersionCountRequiredValidator

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

Properties

ContentCacheRemover

Declaration
public Injected<IContentCacheRemover> ContentCacheRemover { get; set; }
Property Value
Type Description
Injected<IContentCacheRemover>

SiteConfigurationRepository

Declaration
protected Injected<ISiteConfigurationRepository> SiteConfigurationRepository { get; set; }
Property Value
Type Description
Injected<ISiteConfigurationRepository>

Methods

OnLoad(EventArgs)

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

Save_Click(Object, EventArgs)

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

ValidateEditCss(Object, ServerValidateEventArgs)

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

Implements

Extension Methods