Try our conversational search powered by Generative AI!

Class AdminCommand

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

Constructors

AdminCommand()

Declaration
public AdminCommand()

Fields

CommandTool7

Declaration
protected HelpButton CommandTool7
Field Value
Type Description
HelpButton

EditCommandTool

Declaration
protected ToolButton EditCommandTool
Field Value
Type Description
ToolButton

ViewCommandTool

Declaration
protected ToolButton ViewCommandTool
Field Value
Type Description
ToolButton

Methods

EditCommandTool_Click(Object, EventArgs)

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

LogoutCommandTool_Click(Object, EventArgs)

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

ViewCommandTool_Click(Object, EventArgs)

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

Implements

Extension Methods