Try our conversational search powered by Generative AI!

Class EditPageTypeSettings

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

Constructors

EditPageTypeSettings()

Declaration
public EditPageTypeSettings()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

AllowedPageTypesPanel

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

AllowedPageTypesTableId

Declaration
protected const string AllowedPageTypesTableId = "AllowedPageTypes"
Field Value
Type Description
System.String

ApplyButton

Declaration
protected ToolButton ApplyButton
Field Value
Type Description
ToolButton

ArchiveLinkValidator

Declaration
protected CustomValidator ArchiveLinkValidator
Field Value
Type Description
System.Web.UI.WebControls.CustomValidator
Declaration
protected InputPageReference ArchivePageLink
Field Value
Type Description
InputPageReference

BreakingChangePrompt

Declaration
protected BreakingChangePrompt BreakingChangePrompt
Field Value
Type Description
BreakingChangePrompt

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

ChildOrderRule

Declaration
protected InputSortOrder ChildOrderRule
Field Value
Type Description
InputSortOrder

ContentTypeInformation

Declaration
protected ContentTypeInformation ContentTypeInformation
Field Value
Type Description
ContentTypeInformation

ControllerPageType

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

DefaultFrame

Declaration
protected InputFrame DefaultFrame
Field Value
Type Description
InputFrame

DefaultSettings

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

DeleteButton

Declaration
protected ToolButton DeleteButton
Field Value
Type Description
ToolButton

DeleteCustomSettings

Declaration
protected ToolButton DeleteCustomSettings
Field Value
Type Description
ToolButton

GeneralSettings

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

PageTypeAccess

Declaration
protected MembershipAccessLevel PageTypeAccess
Field Value
Type Description
MembershipAccessLevel

PageTypeIsDefault

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

PeerOrder

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

PeerOrderValidator

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

SelectBoxId

Declaration
protected const string SelectBoxId = "SelectBox"
Field Value
Type Description
System.String

StartPublishOffset

Declaration
protected InputTimeSpan StartPublishOffset
Field Value
Type Description
InputTimeSpan

StopPublishOffset

Declaration
protected InputTimeSpan StopPublishOffset
Field Value
Type Description
InputTimeSpan

Summary

Declaration
protected ValidationSummary Summary
Field Value
Type Description
System.Web.UI.WebControls.ValidationSummary

Tab1

Declaration
protected Tab Tab1
Field Value
Type Description
Tab

Tab2

Declaration
protected Tab Tab2
Field Value
Type Description
Tab

Tab3

Declaration
protected Tab Tab3
Field Value
Type Description
Tab

TabView

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

UserGroupAddButton

Declaration
protected ToolButton UserGroupAddButton
Field Value
Type Description
ToolButton

VisibleInMenu

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

Properties

PageTypeData

Declaration
protected PageType PageTypeData { get; }
Property Value
Type Description
PageType

Methods

ApplyButton_Click(Object, EventArgs)

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

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

DeleteCustomSettingsButton_Click(Object, EventArgs)

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

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
Declaration
protected void ValidateArchiveLink(object source, ServerValidateEventArgs args)
Parameters
Type Name Description
System.Object source
System.Web.UI.WebControls.ServerValidateEventArgs args

ValidatePeerOrder(Object, ServerValidateEventArgs)

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

Implements

Extension Methods