Class SettingsPage
Inheritance
System.Object
SettingsPage
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class SettingsPage : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
SettingsPage()
Declaration
Fields
actionTab
Declaration
protected TabStrip actionTab
Field Value
Cancel
Declaration
protected ToolButton Cancel
Field Value
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
frameUpdater
Declaration
protected RefreshFrame frameUpdater
Field Value
GeneralTable
Declaration
protected HtmlGenericControl GeneralTable
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Label1
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Label2
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Label3
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Label4
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Label5
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Label6
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Save
Declaration
protected ToolButton Save
Field Value
SaveMessage
Declaration
protected Label SaveMessage
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
ScriptReloadPageEvent1
Declaration
protected ScriptReloadPageEvent ScriptReloadPageEvent1
Field Value
Tab1
Declaration
Field Value
Tab2
Declaration
Field Value
tabView
Declaration
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
SiteConfigurationRepository
Declaration
protected Injected<ISiteConfigurationRepository> SiteConfigurationRepository { get; set; }
Property Value
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