Try our conversational search powered by Generative AI!

Class EditContentType

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

Constructors

EditContentType()

Declaration
public EditContentType()

Fields

CodeInfo

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

frameUpdater

Declaration
protected RefreshFrame frameUpdater
Field Value
Type Description
RefreshFrame

NewDefinitionButton

Declaration
protected ToolButton NewDefinitionButton
Field Value
Type Description
ToolButton

PropertyList

Declaration
protected Repeater PropertyList
Field Value
Type Description
System.Web.UI.WebControls.Repeater

SettingsButton

Declaration
protected ToolButton SettingsButton
Field Value
Type Description
ToolButton

SortScript

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

VersionInfo

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

Properties

CodeOnly

Declaration
protected virtual bool CodeOnly { get; }
Property Value
Type Description
System.Boolean

ContentTypeModel

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

Model

Declaration
protected virtual ContentTypeModel Model { get; }
Property Value
Type Description
ContentTypeModel

ShouldShowCodeInfo

Declaration
protected virtual bool ShouldShowCodeInfo { get; }
Property Value
Type Description
System.Boolean

ShouldShowVersionInfo

Declaration
protected virtual bool ShouldShowVersionInfo { get; }
Property Value
Type Description
System.Boolean

Methods

GetPropertyType(Object)

Declaration
protected string GetPropertyType(object sender)
Parameters
Type Name Description
System.Object sender
Returns
Type Description
System.String

GetPropertyTypeLinkUrl(Object)

Declaration
protected string GetPropertyTypeLinkUrl(object sender)
Parameters
Type Name Description
System.Object sender
Returns
Type Description
System.String

IsBlock(Object)

Declaration
protected bool IsBlock(object sender)
Parameters
Type Name Description
System.Object sender
Returns
Type Description
System.Boolean

IsMissingModelProperty(Object)

Declaration
protected bool IsMissingModelProperty(object sender)
Parameters
Type Name Description
System.Object sender
Returns
Type Description
System.Boolean

MoveDown_Click(Object, CommandEventArgs)

Declaration
protected void MoveDown_Click(object sender, CommandEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CommandEventArgs e

MoveUp_Click(Object, CommandEventArgs)

Declaration
protected void MoveUp_Click(object sender, CommandEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CommandEventArgs e

NewDefinitionButton_Click(Object, EventArgs)

Declaration
protected void NewDefinitionButton_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

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

SettingsButton_Click(Object, EventArgs)

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

Implements

Extension Methods