Class EditPageTypeSettings
Inheritance
System.Object
EditPageTypeSettings
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
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
ArchiveLinkValidator
Declaration
protected CustomValidator ArchiveLinkValidator
Field Value
| Type |
Description |
| System.Web.UI.WebControls.CustomValidator |
|
ArchivePageLink
Declaration
protected InputPageReference ArchivePageLink
Field Value
BreakingChangePrompt
Declaration
protected BreakingChangePrompt BreakingChangePrompt
Field Value
CancelButton
Declaration
protected ToolButton CancelButton
Field Value
ChildOrderRule
Declaration
protected InputSortOrder ChildOrderRule
Field Value
ContentTypeInformation
Declaration
protected ContentTypeInformation ContentTypeInformation
Field Value
ControllerPageType
Declaration
protected CheckBox ControllerPageType
Field Value
| Type |
Description |
| System.Web.UI.WebControls.CheckBox |
|
DefaultFrame
Declaration
protected InputFrame DefaultFrame
Field Value
DefaultSettings
Declaration
protected Panel DefaultSettings
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Panel |
|
DeleteButton
Declaration
protected ToolButton DeleteButton
Field Value
DeleteCustomSettings
Declaration
protected ToolButton DeleteCustomSettings
Field Value
GeneralSettings
Declaration
protected Panel GeneralSettings
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Panel |
|
PageTypeAccess
Declaration
protected MembershipAccessLevel PageTypeAccess
Field Value
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
StopPublishOffset
Declaration
protected InputTimeSpan StopPublishOffset
Field Value
Summary
Declaration
protected ValidationSummary Summary
Field Value
| Type |
Description |
| System.Web.UI.WebControls.ValidationSummary |
|
Tab1
Declaration
Field Value
Tab2
Declaration
Field Value
Tab3
Declaration
Field Value
TabView
Declaration
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Panel |
|
UserGroupAddButton
Declaration
protected ToolButton UserGroupAddButton
Field Value
Declaration
protected CheckBox VisibleInMenu
Field Value
| Type |
Description |
| System.Web.UI.WebControls.CheckBox |
|
Properties
PageTypeData
Declaration
protected PageType PageTypeData { get; }
Property Value
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 |
|
ValidateArchiveLink(Object, ServerValidateEventArgs)
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