Try our conversational search powered by Generative AI!

Class EditPageTypeGlobalSettings

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

Constructors

EditPageTypeGlobalSettings()

Declaration
public EditPageTypeGlobalSettings()

Fields

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

DeleteButton

Declaration
protected ToolButton DeleteButton
Field Value
Type Description
ToolButton

Description

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

DisplayName

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

SaveButton

Declaration
protected ToolButton SaveButton
Field Value
Type Description
ToolButton

SaveCopyButton

Declaration
protected ToolButton SaveCopyButton
Field Value
Type Description
ToolButton

SettingsControl

Declaration
protected PlaceHolder SettingsControl
Field Value
Type Description
System.Web.UI.WebControls.PlaceHolder

Properties

PropertySettingsRepository

Declaration
protected Injected<IPropertySettingsRepository> PropertySettingsRepository { get; set; }
Property Value
Type Description
Injected<IPropertySettingsRepository>

Methods

DeleteButton_Click(Object, EventArgs)

Declaration
protected void DeleteButton_Click(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

SaveButton_Click(Object, EventArgs)

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

SaveCopyButton_Click(Object, EventArgs)

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

Implements

Extension Methods