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

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