Try our conversational search powered by Generative AI!

Class EditContentTypeSettings

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

Constructors

EditContentTypeSettings()

Declaration
public EditContentTypeSettings()

Fields

ApplyButton

Declaration
protected ToolButton ApplyButton
Field Value
Type Description
ToolButton

BreakingChangePrompt

Declaration
protected BreakingChangePrompt BreakingChangePrompt
Field Value
Type Description
BreakingChangePrompt

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

ContentTypeAccess

Declaration
protected MembershipAccessLevel ContentTypeAccess
Field Value
Type Description
MembershipAccessLevel

ContentTypeInformation

Declaration
protected ContentTypeInformation ContentTypeInformation
Field Value
Type Description
ContentTypeInformation

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

UserGroupAddButton

Declaration
protected ToolButton UserGroupAddButton
Field Value
Type Description
ToolButton

Properties

ContentTypeData

Declaration
protected virtual ContentType ContentTypeData { get; }
Property Value
Type Description
ContentType

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

Implements

Extension Methods