Try our conversational search powered by Generative AI!

Class Menu

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

Constructors

Menu()

Declaration
public Menu()

Fields

adminPanel

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

AdminTab

Declaration
protected Tab AdminTab
Field Value
Type Description
Tab

configPanel

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

ConfigTab

Declaration
protected Tab ConfigTab
Field Value
Type Description
Tab

contentTypePanel

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

ContentTypeTab

Declaration
protected Tab ContentTypeTab
Field Value
Type Description
Tab

editDynamicProperties

Declaration
protected HtmlAnchor editDynamicProperties
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlAnchor

menuTab

Declaration
protected TabStrip menuTab
Field Value
Type Description
TabStrip

NoScheduledJobsInfo

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

NoToolSettingsInfo

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

NoToolsInfo

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

plugInList

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

plugInSettingsList

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

scheduledJobs

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

tabView

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

Translate2

Declaration
protected Translate Translate2
Field Value
Type Description
Translate

Translate3

Declaration
protected Translate Translate3
Field Value
Type Description
Translate

Translate4

Declaration
protected Translate Translate4
Field Value
Type Description
Translate

Translate5

Declaration
protected Translate Translate5
Field Value
Type Description
Translate

Methods

GetWarningCssClass(Object)

Declaration
protected string GetWarningCssClass(object item)
Parameters
Type Name Description
System.Object item
Returns
Type Description
System.String

OnLoad(EventArgs)

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

Implements

Extension Methods