C# Class Sitecore.SharedSource.EditForm.CustomSitecore.Commands.DeleteMultipleCommand

Inheritance: Command
显示文件 Open project: Velir/Sitecore-EditForm

Public Methods

Method Description
Execute ( CommandContext context ) : void

Executes the command in the specified context.

Method Details

Execute() public method

Executes the command in the specified context.
public Execute ( CommandContext context ) : void
context CommandContext The context.
return void