Class EditContentTypeSettings
Inheritance
System.Object
EditContentTypeSettings
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
BreakingChangePrompt
Declaration
protected BreakingChangePrompt BreakingChangePrompt
Field Value
CancelButton
Declaration
protected ToolButton CancelButton
Field Value
ContentTypeAccess
Declaration
protected MembershipAccessLevel ContentTypeAccess
Field Value
ContentTypeInformation
Declaration
protected ContentTypeInformation ContentTypeInformation
Field Value
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 |
|
UserGroupAddButton
Declaration
protected ToolButton UserGroupAddButton
Field Value
Properties
ContentTypeData
Declaration
protected virtual ContentType ContentTypeData { 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 |
|
Implements
Extension Methods