Class AdminCommand
Inheritance
System.Object
AdminCommand
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class AdminCommand : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
AdminCommand()
Declaration
Fields
Declaration
protected HelpButton CommandTool7
Field Value
Declaration
protected ToolButton EditCommandTool
Field Value
Declaration
protected ToolButton ViewCommandTool
Field Value
Methods
Declaration
protected void EditCommandTool_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void LogoutCommandTool_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void ViewCommandTool_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements
Extension Methods